JGraphpad Pro
v6.0.5.0


com.jgraph.pad.action
Class JGraphpadHelpAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bycom.jgraph.editor.JGraphEditorAction
          extended bycom.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

Nested Class Summary
static class JGraphpadHelpAction.AllActions
          Bundle of all actions in this class.
 
Nested classes inherited from class com.jgraph.editor.JGraphEditorAction
JGraphEditorAction.Bundle
 
Field Summary
protected  JGraphpadAboutDialog aboutDialog
          Holds the about dialog.
static String NAME_ABOUT
          Specifies the name for the about action.
 
Fields inherited from class com.jgraph.editor.JGraphEditorAction
isToggleAction, PROPERTY_ISSELECTED, PROPERTY_ISVISIBLE
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
JGraphpadHelpAction(String name)
          Constructs a new help action for the specified name.
 
Method Summary
 void actionPerformed(ActionEvent event)
          Executes the action based on the action name.
protected  void doAbout()
          Displays the about dialog.
 
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
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JGraphpadHelpAction

public JGraphpadHelpAction(String name)
Constructs a new help action for the specified name.

Parameters:
name - The name of the action to be created.
Method Detail

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

JGraphpad Pro
v6.0.5.0


Copyright (C) 2005 JGraph.com. All rights reserved.