WUI : API


Uses of Class
org.westofj.wui.WAbstractButton

Packages that use WAbstractButton
org.westofj.wui   
 

Uses of WAbstractButton in org.westofj.wui
 

Subclasses of WAbstractButton in org.westofj.wui
 class WButton
          Represents a button with a label.
 class WCheckMenuItem
          A menu item that behaves as a check box.
 class WExternalLink
          Presents a link that forwards the user to the specified URL.
 class WImageButton
          An image that behaves as a button.
 class WLink
          A button represented as a hyperlink.
 class WMenu
          A menu groups menu elements into a hierarchical tree.
 class WMenuElement
          An element of a menu.
 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 WAbstractButton
 WAbstractButton WActionEvent.getAbstractButton()
          Returns the WAbstractButton associated with the event.
 

Constructors in org.westofj.wui with parameters of type WAbstractButton
WActionEvent(WAbstractButton source, int event, String actionCommand)
          Constructs an event instance.
 


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