Class PerspectiveWorkspaceListener
java.lang.Object
com.inductiveautomation.perspective.designer.workspace.PerspectiveWorkspaceListener
- All Implemented Interfaces:
TabbedWorkspaceListener
Acts as a
TabbedWorkspaceListener
which manages the book keeping of the Perspective Workspace's currently
selected Perspective Editor's EditActionHandler
and also notifies the appropriate
ViewResourceEditor
when it has been activated / deactivated.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
editorClosed
(ResourceEditor editor) void
editorOpened
(ResourceEditor editor) void
editorSelected
(ResourceEditor editor) Called whenever the currently selected editor changes.void
editorWillClose
(ResourceEditor editor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.designer.tabbedworkspace.TabbedWorkspaceListener
editorWillCommit
-
Field Details
-
ESCAPE_DESELECT
- See Also:
-
-
Constructor Details
-
PerspectiveWorkspaceListener
-
-
Method Details
-
editorOpened
- Specified by:
editorOpened
in interfaceTabbedWorkspaceListener
-
editorWillClose
- Specified by:
editorWillClose
in interfaceTabbedWorkspaceListener
-
editorClosed
- Specified by:
editorClosed
in interfaceTabbedWorkspaceListener
-
editorSelected
Description copied from interface:TabbedWorkspaceListener
Called whenever the currently selected editor changes. May be null if all editors are closed- Specified by:
editorSelected
in interfaceTabbedWorkspaceListener
-