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
javax.swing.Action
moveBackward
javax.swing.Action
moveForward
javax.swing.Action
moveToBack
javax.swing.Action
moveToFront
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
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 javax.swing.Action moveToBack
-
moveBackward
public final javax.swing.Action moveBackward
-
moveForward
public final javax.swing.Action moveForward
-
moveToFront
public final javax.swing.Action moveToFront
-
zIndexActions
public final javax.swing.Action[] zIndexActions
-
wrapInActions
public final javax.swing.Action[] wrapInActions
-
-
Method Detail
-
onDeepSelectionChanged
public void onDeepSelectionChanged(DeepSelectionChangeEvent event)
-
onSelectionChanged
public void onSelectionChanged(SelectionChangeEvent event)
-
updateEnabled
public void updateEnabled()
-
onSelectionPropertyUpdate
public void onSelectionPropertyUpdate(SelectionPropertyUpdateEvent event)
-
-