|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--com.ibm.as400.ui.framework.java.ActionHandler
The abstract base class for user-defined handler classes which handle menu events generated
by the UI framework. The base class provides a valid reference to the MenuManager
object for the menu that is generating the events.
MenuManager
, Serialized FormField Summary | |
protected MenuManager |
menuManager
The MenuManager instance which is managing the currently active menu. |
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
ActionHandler(MenuManager mm)
Constructs an ActionHandler . |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class javax.swing.AbstractAction |
actionPerformed, addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected MenuManager menuManager
MenuManager
instance which is managing the currently active menu.
This object will be called to handle events generated by this panel.MenuManager
Constructor Detail |
public ActionHandler(MenuManager mm)
ActionHandler
. Subclasses must
override, as follows:
public <handler_class_name>(MenuManager pm) { super(pm); }
pm
- the MenuManager
for the currently active menuMenuManager
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |