Uses of Class
LumiSoft.UI.Controls.WMenu.WContextMenu

Packages that use WContextMenu
LumiSoft.UI.Controls   
LumiSoft.UI.Controls.WMenu   
 

Uses of WContextMenu in LumiSoft.UI.Controls
 

Methods in LumiSoft.UI.Controls that return WContextMenu
 WContextMenu WToolBarItem.getMenu()
          Gets item menu.
 

Methods in LumiSoft.UI.Controls with parameters of type WContextMenu
 WToolBarItem WToolBarItems.Add(java.lang.String name, boolean separator, int imageIndex, WContextMenu menu, java.lang.Object tag)
          Adds toobar item to items collection.
 WToolBarItem WToolBarItems.Add(java.lang.String name, int imageIndex, WContextMenu menu, java.lang.Object tag)
          Adds toobar item to items collection.
 void WToolBarItem.setMenu(WContextMenu value)
          Sets item menu.
 

Uses of WContextMenu in LumiSoft.UI.Controls.WMenu
 

Methods in LumiSoft.UI.Controls.WMenu that return WContextMenu
 WContextMenu WMenuItem.getSubMenu()
          Gets menuitem sub menu.
 

Methods in LumiSoft.UI.Controls.WMenu with parameters of type WContextMenu
 void WMenuItem.setSubMenu(WContextMenu value)
          Sets menuitem sub menu.
 

Constructors in LumiSoft.UI.Controls.WMenu with parameters of type WContextMenu
WPopup(WContextMenu owner, java.awt.Component parent, java.util.ArrayList menuItems, ImageList imageList)
          Default constructor.