Package com.illumon.iris.gui.workspace
Class WorkspaceManager.Context
java.lang.Object
com.illumon.iris.gui.workspace.WorkspaceManager.Context
- All Implemented Interfaces:
SavedWorkspace.ISavedWorkspaceData
- Enclosing class:
- WorkspaceManager
public static class WorkspaceManager.Context
extends Object
implements SavedWorkspace.ISavedWorkspaceData
An ISavedWorkspaceData that contains the path to the workspace file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Element
Gets the Path (including file name) where the workspace is located.
-
Constructor Details
-
Context
-
-
Method Details
-
getSourcePath
Description copied from interface:SavedWorkspace.ISavedWorkspaceData
Gets the Path (including file name) where the workspace is located.- Specified by:
getSourcePath
in interfaceSavedWorkspace.ISavedWorkspaceData
- Returns:
- the source path of the workspace
-
getStream
- Throws:
FileNotFoundException
-
getElement
public org.jdom2.Element getElement()
-