Class ViewWorkspaceActions
- java.lang.Object
-
- com.inductiveautomation.perspective.designer.workspace.ViewWorkspaceActions
-
public class ViewWorkspaceActions extends java.lang.Object
Actions associated with the Perspective workspace
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ViewWorkspaceActions.ModifySourceAction
static class
ViewWorkspaceActions.ReorderType
static class
ViewWorkspaceActions.WrapInType
-
Field Summary
Fields Modifier and Type Field Description javax.swing.Action
configureEvents
javax.swing.Action
configureScripts
javax.swing.Action
duplicate
javax.swing.Action
flatten
javax.swing.Action
modifySourceView
BaseAction
moveBackward
BaseAction
moveForward
BaseAction
moveToBack
BaseAction
moveToFront
StateChangeAction
pipeDrawToolAction
StateChangeAction
pipeMoveToolAction
StateChangeAction
selectionToolAction
StateChangeAction[]
toolActions
javax.swing.Action[]
wrapInActions
javax.swing.Action[]
zIndexActions
javax.swing.Action[]
zoomActions
javax.swing.Action
zoomIn
javax.swing.Action
zoomOut
javax.swing.Action
zoomReset
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDeepSelectionChanged(DeepSelectionChangeEvent event)
void
onPipeModeChange(PipeModeChangeEvent event)
void
onPipeSelectionChanged(PipeSelectionChangeEvent event)
void
onSelectionChanged(SelectionChangeEvent event)
void
onSelectionPropertyUpdate(SelectionPropertyUpdateEvent event)
void
updateEnabled()
-
-
-
Field Detail
-
configureEvents
public final javax.swing.Action configureEvents
-
configureScripts
public final javax.swing.Action configureScripts
-
duplicate
public final javax.swing.Action duplicate
-
flatten
public final javax.swing.Action flatten
-
modifySourceView
public final javax.swing.Action modifySourceView
-
zoomIn
public final javax.swing.Action zoomIn
-
zoomOut
public final javax.swing.Action zoomOut
-
zoomReset
public final javax.swing.Action zoomReset
-
zoomActions
public final javax.swing.Action[] zoomActions
-
moveToBack
public final BaseAction moveToBack
-
moveBackward
public final BaseAction moveBackward
-
moveForward
public final BaseAction moveForward
-
moveToFront
public final BaseAction moveToFront
-
zIndexActions
public final javax.swing.Action[] zIndexActions
-
wrapInActions
public final javax.swing.Action[] wrapInActions
-
pipeDrawToolAction
public final StateChangeAction pipeDrawToolAction
-
pipeMoveToolAction
public final StateChangeAction pipeMoveToolAction
-
selectionToolAction
public final StateChangeAction selectionToolAction
-
toolActions
public final StateChangeAction[] toolActions
-
-
Method Detail
-
onDeepSelectionChanged
public void onDeepSelectionChanged(DeepSelectionChangeEvent event)
-
onSelectionChanged
public void onSelectionChanged(SelectionChangeEvent event)
-
onPipeModeChange
public void onPipeModeChange(PipeModeChangeEvent event)
-
onPipeSelectionChanged
public void onPipeSelectionChanged(PipeSelectionChangeEvent event)
-
updateEnabled
public void updateEnabled()
-
onSelectionPropertyUpdate
public void onSelectionPropertyUpdate(SelectionPropertyUpdateEvent event)
-
-