com.jgraph.pad.action
Class JGraphpadCellAction.AllActions
java.lang.Object
com.jgraph.pad.action.JGraphpadCellAction.AllActions
- All Implemented Interfaces:
- JGraphEditorAction.Bundle
- Enclosing class:
- JGraphpadCellAction
- public static class JGraphpadCellAction.AllActions
- extends Object
- implements JGraphEditorAction.Bundle
Bundle of all actions in this class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionCloneValue
public JGraphEditorAction actionCloneValue
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCloneSize
public JGraphEditorAction actionCloneSize
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCloneAttributes
public JGraphEditorAction actionCloneAttributes
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCellsAlignTop
public JGraphEditorAction actionCellsAlignTop
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCellsAlignMiddle
public JGraphEditorAction actionCellsAlignMiddle
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCellsAlignBottom
public JGraphEditorAction actionCellsAlignBottom
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCellsAlignLeft
public JGraphEditorAction actionCellsAlignLeft
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCellsAlignCenter
public JGraphEditorAction actionCellsAlignCenter
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCellsAlignRight
public JGraphEditorAction actionCellsAlignRight
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionToggleSelectable
public JGraphEditorAction actionToggleSelectable
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionToggleChildrenSelectable
public JGraphEditorAction actionToggleChildrenSelectable
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionAllSelectable
public JGraphEditorAction actionAllSelectable
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionCollapse
public JGraphEditorAction actionCollapse
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionToggleCollapsed
public JGraphEditorAction actionToggleCollapsed
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionExpand
public JGraphEditorAction actionExpand
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionExpandAll
public JGraphEditorAction actionExpandAll
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionToBack
public JGraphEditorAction actionToBack
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionToFront
public JGraphEditorAction actionToFront
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionGroup
public JGraphEditorAction actionGroup
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionGroupAsEdge
public JGraphEditorAction actionGroupAsEdge
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionUngroup
public JGraphEditorAction actionUngroup
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionRemoveFromGroup
public JGraphEditorAction actionRemoveFromGroup
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionConnect
public JGraphEditorAction actionConnect
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionDisconnect
public JGraphEditorAction actionDisconnect
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionAddProperty
public JGraphEditorAction actionAddProperty
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionRemoveProperty
public JGraphEditorAction actionRemoveProperty
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
actionInvert
public JGraphEditorAction actionInvert
- Holds the actions. The actionGroup and actionConnect are assigned the
prototypes at construction time.
JGraphpadCellAction.AllActions
public JGraphpadCellAction.AllActions(JGraphEditor editor)
- Constructs the action bundle for the enclosing class.
- Parameters:
editor - The enclosing editor.
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
Copyright (C) 2005 JGraph.com. All rights reserved.