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).


Variable Index

 o ParentFrame
This action's parent frame, to be passed to the help frame we create.

Constructor Index

 o oh_HelpAction(JFrame)
Constructor.

Method Index

 o actionFromMenuItem(xu_MenuItem)
We have been invoked from an xu_MenuItem.
 o actionPerformed(ActionEvent)
We have been invoked!

Variables

 o ParentFrame
 protected JFrame ParentFrame
This action's parent frame, to be passed to the help frame we create.

Constructors

 o oh_HelpAction
 public oh_HelpAction(JFrame InputParentFrame)
Constructor.

Parameters:
InputActionName - The name of the action

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent InputActionEvent)
We have been invoked!

Overrides:
actionPerformed in class AbstractAction
 o actionFromMenuItem
 public void actionFromMenuItem(xu_MenuItem InputMenuItem)
We have been invoked from an xu_MenuItem.


All Packages  Class Hierarchy  This Package  Previous  Next  Index