WUI : API


Uses of Class
org.westofj.wui.WMenuElement

Packages that use WMenuElement
org.westofj.wui   
 

Uses of WMenuElement in org.westofj.wui
 

Subclasses of WMenuElement in org.westofj.wui
 class WCheckMenuItem
          A menu item that behaves as a check box.
 class WMenu
          A menu groups menu elements into a hierarchical tree.
 class WMenuItem
          A selectable item within a WMenu.
 class WRadioMenuItem
          A menu item that behaves as a radio button.
 

Methods in org.westofj.wui that return WMenuElement
 WMenuElement WMenu.getElement(int position)
          Returns the menu element at the specified position.
 

Methods in org.westofj.wui with parameters of type WMenuElement
 void WMenu.add(WMenuElement element)
          Adds a menu element to the menu.
 void WMenu.insert(WMenuElement element, int position)
          Inserts the specified menu element into the menu at the specified position.
 


Copyright (c) 2003 West of J - All rights reserved.