JGraphpad Pro
v6.0.5.0


Uses of Class
com.jgraph.editor.JGraphEditorAction

Packages that use JGraphEditorAction
com.jgraph Contains the main framework classes 
com.jgraph.editor Contains the main elements of the JGraph Editor Framework 
com.jgraph.pad.action Provides actions to be used in the kit 
 

Uses of JGraphEditorAction in com.jgraph
 

Subclasses of JGraphEditorAction in com.jgraph
static class JGraphpadDemo.JGraphpadDemoFileAction
          Replaces file open / save action with different actions.
 

Uses of JGraphEditorAction in com.jgraph.editor
 

Methods in com.jgraph.editor that return JGraphEditorAction
 JGraphEditorAction[] JGraphEditorAction.Bundle.getActions()
          Returns all actions contained in the bundle.
 JGraphEditorAction JGraphEditorFactory.getAction(String key)
          Returns the action for the resource under key+SUFFIX_ACTION from the editor kit.
 JGraphEditorAction JGraphEditorKit.getAction(String name)
          Returns the action for the specified name or null if no such action exists.
 JGraphEditorAction JGraphEditorFactory.getAction(String key)
          Returns the action for the resource under key+SUFFIX_ACTION from the editor kit.
 JGraphEditorAction[] JGraphEditorAction.Bundle.getActions()
          Returns all actions contained in the bundle.
 JGraphEditorAction JGraphEditorKit.getAction(String name)
          Returns the action for the specified name or null if no such action exists.
 

Methods in com.jgraph.editor with parameters of type JGraphEditorAction
 void JGraphEditorFactory.configureActionItem(AbstractButton button, JGraphEditorAction action)
          Hook for subclassers to configure an action item for action.
 Object JGraphEditorKit.addAction(JGraphEditorAction action)
          Adds the specified action to the kit.
 void JGraphEditorFactory.configureActionItem(AbstractButton button, JGraphEditorAction action)
          Hook for subclassers to configure an action item for action.
 Object JGraphEditorKit.addAction(JGraphEditorAction action)
          Adds the specified action to the kit.
 

Uses of JGraphEditorAction in com.jgraph.pad.action
 

Subclasses of JGraphEditorAction in com.jgraph.pad.action
 class JGraphpadCellAction
          Implements all actions of the cell menu.
 class JGraphpadEditAction
          Implements all actions of the edit menu.
 class JGraphpadFileAction
          Implements all actions of the file menu.
 class JGraphpadFormatAction
          Implements all actions of the format menu.
 class JGraphpadHelpAction
          Implements all actions of the help menu.
 class JGraphpadViewAction
          Implements all actions of the view menu.
 

Fields in com.jgraph.pad.action declared as JGraphEditorAction
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCloneValue
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCloneSize
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCloneAttributes
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCellsAlignTop
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCellsAlignMiddle
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCellsAlignBottom
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCellsAlignLeft
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCellsAlignCenter
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCellsAlignRight
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionToggleSelectable
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionToggleChildrenSelectable
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionAllSelectable
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionCollapse
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionToggleCollapsed
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionExpand
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionExpandAll
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionToBack
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionToFront
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionGroup
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionGroupAsEdge
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionUngroup
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionRemoveFromGroup
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionConnect
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionDisconnect
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionAddProperty
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionRemoveProperty
          Holds the actions.
 JGraphEditorAction JGraphpadCellAction.AllActions.actionInvert
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionEdit
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionSelectAll
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionClearSelection
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionSelectVertices
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionSelectEdges
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionDeselectVertices
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionDeselectEdges
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionInvertSelection
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionFind
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionFindAgain
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionUndo
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionRedo
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionCut
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionCopy
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionPaste
          Holds the actions.
 JGraphEditorAction JGraphpadEditAction.AllActions.actionDelete
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionNewDocument
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionNewDiagram
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionNewLibrary
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionOpen
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionDownload
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionSave
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionSaveAs
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionUploadAs
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionSaveAll
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionRenameDiagram
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionRemoveDiagram
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionClose
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionCloseAll
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionSaveImage
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionImportCSV
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionPrint
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionPageSetup
          Holds the actions.
 JGraphEditorAction JGraphpadFileAction.AllActions.actionExit
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleCellMoveable
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleGroupReposition
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLockX
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLockY
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionResize
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleAutoSize
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleCellSizeable
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleConstrained
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLockWidth
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLockHeight
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchShapeRectangle
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchShapeRounded
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchShapeCircle
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchShapeDiamond
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchShapeTriangle
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchShapeCylinder
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionCellImage
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionCellImageURL
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionClearCellImage
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleStretchCellImage
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionCellBackgroundColor
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionCellGradientColor
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleCellOpaque
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleGroupOpaque
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionCellInset
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionCellBorderColor
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionCellBorderWidth
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionClearCellBorder
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionFont
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionFontColor
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionFontSize
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionFontPlain
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionFontBold
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionFontItalic
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionFontUnderline
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLabelTop
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLabelMiddle
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLabelBottom
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLabelLeft
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLabelCenter
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchLabelRight
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleCellEditable
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchAlignTop
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchAlignMiddle
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchAlignBottom
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchAlignLeft
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchAlignCenter
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchAlignRight
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionLineWidth
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionLineColor
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionDashPattern
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionDashOffset
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchStyleOrthogonal
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchStyleSpline
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchStyleBezier
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleEdgeBendable
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleLabelAlongEdge
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchRoutingNone
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchRoutingSimple
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchRoutingParallel
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionSwitchRoutingParallelSpline
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionBeginSize
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionClearBegin
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionEndSize
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionClearEnd
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleConnectable
          Holds the actions.
 JGraphEditorAction JGraphpadFormatAction.AllActions.actionToggleDisconnectable
          Holds the actions.
 JGraphEditorAction JGraphpadHelpAction.AllActions.actionAbout
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleRulers
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionTogglePorts
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleGrid
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleAntiAlias
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleRootHandles
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleDragEnabled
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleDoubleBuffered
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionTogglePage
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionBackgroundImage
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionBackgroundImageURL
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionBackground
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionClearBackground
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionZoomActual
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionZoomIn
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionZoomOut
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionZoomCustom
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionFitNone
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionFitWindow
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionFitWidth
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionFitPage
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionTolerance
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionPortSize
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionGridSize
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionGridColor
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleMetric
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleEditable
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionEditClickCount
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleDisconnectOnMove
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleMoveBelowZero
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleGraphCloneable
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleGraphMoveable
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleGraphSizeable
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleGraphBendable
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleGraphConnectable
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleGraphDisconnectable
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleSelectsLocalInsertedCells
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleSelectsAllInsertedCells
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleShowsExistingConnections
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleShowsInsertedConnections
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleShowsChangedConnections
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleHidesExistingConnections
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleHidesDanglingConnections
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleRemembersCellViews
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleJumpsToDefaultPort
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionTogglePortsScaled
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleMovesIntoGroups
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionToggleMovesOutOfGroups
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionSwitchDotGrid
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionSwitchLineGrid
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionSwitchCrossGrid
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionHandleColor
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionLockedHandleColor
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionHandleSize
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionMarqueeColor
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionLibraryLarger
          Holds the actions.
 JGraphEditorAction JGraphpadViewAction.AllActions.actionLibrarySmaller
          Holds the actions.
 

Methods in com.jgraph.pad.action that return JGraphEditorAction
 JGraphEditorAction[] JGraphpadCellAction.AllActions.getActions()
           
 JGraphEditorAction[] JGraphpadEditAction.AllActions.getActions()
           
 JGraphEditorAction[] JGraphpadFileAction.AllActions.getActions()
           
 JGraphEditorAction[] JGraphpadFormatAction.AllActions.getActions()
           
 JGraphEditorAction[] JGraphpadHelpAction.AllActions.getActions()
           
 JGraphEditorAction[] JGraphpadViewAction.AllActions.getActions()
           
 


JGraphpad Pro
v6.0.5.0


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