com.jgraph.pad.action
Class JGraphpadHelpAction
java.lang.Object
javax.swing.AbstractAction
com.jgraph.editor.JGraphEditorAction
com.jgraph.pad.action.JGraphpadHelpAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class JGraphpadHelpAction
- extends JGraphEditorAction
Implements all actions of the help menu.
- See Also:
- Serialized Form
| Methods inherited from class com.jgraph.editor.JGraphEditorAction |
getActiveFrame, getFrame, getJGraphpadPane, getJGraphpadPane, getName, getParentGraph, getPermanentFocusOwner, getPermanentFocusOwnerDiagram, getPermanentFocusOwnerDiagramPane, getPermanentFocusOwnerGraph, getPermanentFocusOwnerOrParent, getString, isSelected, isToggleAction, isVisible, setEnabled, setSelected, setToggleAction, setVisible |
aboutDialog
protected JGraphpadAboutDialog aboutDialog
- Holds the about dialog. Lazy creation.
NAME_ABOUT
public static final String NAME_ABOUT
- Specifies the name for the
about action.
- See Also:
- Constant Field Values
JGraphpadHelpAction
public JGraphpadHelpAction(String name)
- Constructs a new help action for the specified name.
- Parameters:
name - The name of the action to be created.
actionPerformed
public void actionPerformed(ActionEvent event)
- Executes the action based on the action name.
- Parameters:
event - The object that describes the event.
doAbout
protected void doAbout()
- Displays the about dialog.
- See Also:
JGraphpadAboutDialog
Copyright (C) 2005 JGraph.com. All rights reserved.