JGraphpad Pro
v6.0.5.0


com.jgraph.pad.action
Class JGraphpadFileAction.AllActions

java.lang.Object
  extended bycom.jgraph.pad.action.JGraphpadFileAction.AllActions
All Implemented Interfaces:
JGraphEditorAction.Bundle
Direct Known Subclasses:
JGraphpadDemo.AllActions
Enclosing class:
JGraphpadFileAction

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

Bundle of all actions in this class.


Field Summary
 JGraphEditorAction actionClose
          Holds the actions.
 JGraphEditorAction actionCloseAll
          Holds the actions.
 JGraphEditorAction actionDownload
          Holds the actions.
 JGraphEditorAction actionExit
          Holds the actions.
 JGraphEditorAction actionImportCSV
          Holds the actions.
 JGraphEditorAction actionNewDiagram
          Holds the actions.
 JGraphEditorAction actionNewDocument
          Holds the actions.
 JGraphEditorAction actionNewLibrary
          Holds the actions.
 JGraphEditorAction actionOpen
          Holds the actions.
 JGraphEditorAction actionPageSetup
          Holds the actions.
 JGraphEditorAction actionPrint
          Holds the actions.
 JGraphEditorAction actionRemoveDiagram
          Holds the actions.
 JGraphEditorAction actionRenameDiagram
          Holds the actions.
 JGraphEditorAction actionSave
          Holds the actions.
 JGraphEditorAction actionSaveAll
          Holds the actions.
 JGraphEditorAction actionSaveAs
          Holds the actions.
 JGraphEditorAction actionSaveImage
          Holds the actions.
 JGraphEditorAction actionUploadAs
          Holds the actions.
 
Constructor Summary
JGraphpadFileAction.AllActions(JGraphEditor editor)
          Constructs the action bundle for the specified editor.
 
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

actionNewDocument

public JGraphEditorAction actionNewDocument
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionNewDiagram

public JGraphEditorAction actionNewDiagram
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionNewLibrary

public JGraphEditorAction actionNewLibrary
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionOpen

public JGraphEditorAction actionOpen
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionDownload

public JGraphEditorAction actionDownload
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionSave

public JGraphEditorAction actionSave
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionSaveAs

public JGraphEditorAction actionSaveAs
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionUploadAs

public JGraphEditorAction actionUploadAs
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionSaveAll

public JGraphEditorAction actionSaveAll
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionRenameDiagram

public JGraphEditorAction actionRenameDiagram
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionRemoveDiagram

public JGraphEditorAction actionRemoveDiagram
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionClose

public JGraphEditorAction actionClose
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionCloseAll

public JGraphEditorAction actionCloseAll
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionSaveImage

public JGraphEditorAction actionSaveImage
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionImportCSV

public JGraphEditorAction actionImportCSV
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionPrint

public JGraphEditorAction actionPrint
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionPageSetup

public JGraphEditorAction actionPageSetup
Holds the actions. All actions require an editor reference and are therefore created at construction time.


actionExit

public JGraphEditorAction actionExit
Holds the actions. All actions require an editor reference and are therefore created at construction time.

Constructor Detail

JGraphpadFileAction.AllActions

public JGraphpadFileAction.AllActions(JGraphEditor editor)
Constructs the action bundle for the specified editor.

Parameters:
editor - The enclosing editor for this bundle.
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.