smacs.xngr.browser.editor
Class EditorHelpAction
java.lang.Object
javax.swing.AbstractAction
smacs.xngr.browser.editor.EditorHelpAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class EditorHelpAction
- extends AbstractAction
An action that can be used to show the editor help information.
- Author:
- Edwin Dankert
- See Also:
- Serialized Form
|
Constructor Summary |
EditorHelpAction()
The constructor for the action which shows
the editor help browser window. |
|
Method Summary |
void |
actionPerformed(ActionEvent e)
The implementation of the action that shows the editor
help browser window, called after a user action. |
EditorHelpAction
public EditorHelpAction()
- The constructor for the action which shows
the editor help browser window.
actionPerformed
public void actionPerformed(ActionEvent e)
- The implementation of the action that shows the editor
help browser window, called after a user action.
- Parameters:
e - the action event.