Uses of Class
pamViewFX.fxNodes.utilsFX.MenuItemInfo
Packages that use MenuItemInfo
-
Uses of MenuItemInfo in pamViewFX.fxNodes.utilsFX
Methods in pamViewFX.fxNodes.utilsFX that return types with arguments of type MenuItemInfoModifier and TypeMethodDescriptionMenuItemInfo.getSubMenuList()static ArrayList<MenuItemInfo> PamUtilsFX.jPopMenu2FX(JPopupMenu jPopupMenu) Extract info from a JpopUpMenu and return an array of MenuItemInfos which contain the information required to construct a JavaFX menu.Method parameters in pamViewFX.fxNodes.utilsFX with type arguments of type MenuItemInfoModifier and TypeMethodDescriptionvoidMenuItemInfo.setSubMenuList(ArrayList<MenuItemInfo> subMenuList)