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 IzSubMenuIzSubMenu. add(java.lang.Object... items)Adds the items that must be either instance of IAction of IzSubMenu, or null entries for separators.IzSubMenuIzSubMenu. addSeparator()Adds a separator.IzSubMenuIzSubMenu. setEnabled(boolean enabled)Enables the submenu with all its items.IzSubMenuIzSubMenu. setImage(org.eclipse.swt.graphics.Image image)Changes the image of the submenu.IzSubMenuIzSubMenu. setText(java.lang.String text)Changes the text of the submenu.IzSubMenuIzSubMenu. 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 IzMenuIzMenu. 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.