All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----javax.swing.AbstractAction | +----com.ibm.as400.ui.framework.java.ActionHandler
MenuManager
object for the menu that is generating the events.
MenuManager
instance which is managing the currently active menu.
ActionHandler
.
protected MenuManager menuManager
MenuManager
instance which is managing the currently active menu.
This object will be called to handle events generated by this panel.
public ActionHandler(MenuManager mm)
ActionHandler
. Subclasses must
override, as follows:
public <handler_class_name>(MenuManager pm) { super(pm); }
MenuManager
for the currently active menu
public String toString()
All Packages Class Hierarchy This Package Previous Next Index