org.jatha.display.menu
Class ActiveMenuItem

java.lang.Object
  |
  +--java.awt.MenuComponent
        |
        +--java.awt.MenuItem
              |
              +--org.jatha.display.menu.ActiveMenuItem
All Implemented Interfaces:
Accessible, Serializable
Direct Known Subclasses:
QuitMenuItem

public class ActiveMenuItem
extends MenuItem

See Also:
Serialized Form

Constructor Summary
ActiveMenuItem(String label)
           
 
Method Summary
 boolean doAction()
           
 
Methods inherited from class java.awt.MenuItem
addActionListener, addNotify, deleteShortcut, disable, disableEvents, enable, enable, enableEvents, getAccessibleContext, getActionCommand, getActionListeners, getLabel, getListeners, getShortcut, isEnabled, paramString, processActionEvent, processEvent, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut
 
Methods inherited from class java.awt.MenuComponent
dispatchEvent, getFont, getName, getParent, getPeer, getTreeLock, postEvent, removeNotify, setFont, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActiveMenuItem

public ActiveMenuItem(String label)
Method Detail

doAction

public boolean doAction()