Uses of Class
com.iizix.swt.IzSubMenu
Packages that use IzSubMenu Package Description com.iizix.swt Uses of IzSubMenu in com.iizix.swt
Methods in com.iizix.swt that return IzSubMenu Modifier and Type Method Description IzSubMenu
IzSubMenu. add(java.lang.Object... items)
Adds the items that must be either instance of IAction of IzSubMenu, or null entries for separators.IzSubMenu
IzSubMenu. addSeparator()
Adds a separator.IzSubMenu
IzSubMenu. setEnabled(boolean enabled)
Enables the submenu with all its items.IzSubMenu
IzSubMenu. setImage(org.eclipse.swt.graphics.Image image)
Changes the image of the submenu.IzSubMenu
IzSubMenu. setText(java.lang.String text)
Changes the text of the submenu.IzSubMenu
IzSubMenu. setVisible(boolean visible)
Set the visibility state for the submenu with all its items.Methods in com.iizix.swt with parameters of type IzSubMenu Modifier and Type Method Description IzMenu
IzMenu. add(IzSubMenu subMenu)
Adds a submenu as a "contribution".Constructors in com.iizix.swt with parameters of type IzSubMenu Constructor Description IzMenuItem(IzMenu menu, IzSubMenu subMenu)
Creates a submenu.