All Packages Class Hierarchy This Package Previous Next Index
Class oh.oh_HelpAction
java.lang.Object
|
+----com.sun.java.swing.AbstractAction
|
+----oh.oh_HelpAction
- public class oh_HelpAction
- extends AbstractAction
An action which invokes an HTML help frame, obtaining information about the
page to display from the attributes associated with the menu item which
invoked it (if it was invoked from an xu_MenuItem, that is).
-
ParentFrame
- This action's parent frame, to be passed to the help frame we create.
-
oh_HelpAction(JFrame)
- Constructor.
-
actionFromMenuItem(xu_MenuItem)
- We have been invoked from an xu_MenuItem.
-
actionPerformed(ActionEvent)
- We have been invoked!
ParentFrame
protected JFrame ParentFrame
- This action's parent frame, to be passed to the help frame we create.
oh_HelpAction
public oh_HelpAction(JFrame InputParentFrame)
- Constructor.
- Parameters:
- InputActionName - The name of the action
actionPerformed
public void actionPerformed(ActionEvent InputActionEvent)
- We have been invoked!
- Overrides:
- actionPerformed in class AbstractAction
actionFromMenuItem
public void actionFromMenuItem(xu_MenuItem InputMenuItem)
- We have been invoked from an xu_MenuItem.
All Packages Class Hierarchy This Package Previous Next Index