JGraphpad Pro
v6.0.5.0


com.jgraph.pad.action
Class JGraphpadEditAction.AllActions

java.lang.Object
  extended bycom.jgraph.pad.action.JGraphpadEditAction.AllActions
All Implemented Interfaces:
JGraphEditorAction.Bundle
Enclosing class:
JGraphpadEditAction

public static class JGraphpadEditAction.AllActions
extends Object
implements JGraphEditorAction.Bundle

Bundle of all actions in this class.


Field Summary
 JGraphEditorAction actionClearSelection
          Holds the actions.
 JGraphEditorAction actionCopy
          Holds the actions.
 JGraphEditorAction actionCut
          Holds the actions.
 JGraphEditorAction actionDelete
          Holds the actions.
 JGraphEditorAction actionDeselectEdges
          Holds the actions.
 JGraphEditorAction actionDeselectVertices
          Holds the actions.
 JGraphEditorAction actionEdit
          Holds the actions.
 JGraphEditorAction actionFind
          Holds the actions.
 JGraphEditorAction actionFindAgain
          Holds the actions.
 JGraphEditorAction actionInvertSelection
          Holds the actions.
 JGraphEditorAction actionPaste
          Holds the actions.
 JGraphEditorAction actionRedo
          Holds the actions.
 JGraphEditorAction actionSelectAll
          Holds the actions.
 JGraphEditorAction actionSelectEdges
          Holds the actions.
 JGraphEditorAction actionSelectVertices
          Holds the actions.
 JGraphEditorAction actionUndo
          Holds the actions.
 
Constructor Summary
JGraphpadEditAction.AllActions()
           
 
Method Summary
 JGraphEditorAction[] getActions()
          Returns all actions contained in the bundle.
 void update()
          Updates all action states.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionEdit

public JGraphEditorAction actionEdit
Holds the actions.


actionSelectAll

public JGraphEditorAction actionSelectAll
Holds the actions.


actionClearSelection

public JGraphEditorAction actionClearSelection
Holds the actions.


actionSelectVertices

public JGraphEditorAction actionSelectVertices
Holds the actions.


actionSelectEdges

public JGraphEditorAction actionSelectEdges
Holds the actions.


actionDeselectVertices

public JGraphEditorAction actionDeselectVertices
Holds the actions.


actionDeselectEdges

public JGraphEditorAction actionDeselectEdges
Holds the actions.


actionInvertSelection

public JGraphEditorAction actionInvertSelection
Holds the actions.


actionFind

public JGraphEditorAction actionFind
Holds the actions.


actionFindAgain

public JGraphEditorAction actionFindAgain
Holds the actions.


actionUndo

public JGraphEditorAction actionUndo
Holds the actions.


actionRedo

public JGraphEditorAction actionRedo
Holds the actions.


actionCut

public JGraphEditorAction actionCut
Holds the actions.


actionCopy

public JGraphEditorAction actionCopy
Holds the actions.


actionPaste

public JGraphEditorAction actionPaste
Holds the actions.


actionDelete

public JGraphEditorAction actionDelete
Holds the actions.

Constructor Detail

JGraphpadEditAction.AllActions

public JGraphpadEditAction.AllActions()
Method Detail

getActions

public JGraphEditorAction[] getActions()
Description copied from interface: JGraphEditorAction.Bundle
Returns all actions contained in the bundle.

Specified by:
getActions in interface JGraphEditorAction.Bundle
Returns:
Returns all actions.

update

public void update()
Description copied from interface: JGraphEditorAction.Bundle
Updates all action states.

Specified by:
update in interface JGraphEditorAction.Bundle

JGraphpad Pro
v6.0.5.0


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