Class WorkbenchContext
java.lang.Object
com.vividsolutions.jump.workbench.WorkbenchContext
- All Implemented Interfaces:
LayerManagerProxy, LayerableNamePanelProxy, LayerNamePanelProxy, LayerViewPanelProxy
- Direct Known Subclasses:
JUMPWorkbenchContext
public abstract class WorkbenchContext
extends Object
implements LayerViewPanelProxy, LayerNamePanelProxy, LayerableNamePanelProxy, LayerManagerProxy
Convenience methods for accessing the various elements in the Workbench
structure. Some getters return null -- subclasses may choose to override them
or leave them unimplemented, depending on their needs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a snapshot of the system for use by plug-ins.abstract Blackboardabstract ErrorHandlerabstract LayerableNamePanelabstract LayerNamePanelDeprecated.in favor of getLayerableNamePanel()getTask()abstract JUMPWorkbench
-
Constructor Details
-
WorkbenchContext
public WorkbenchContext()
-
-
Method Details
-
getDriverManager
-
getWorkbench
-
getErrorHandler
-
getBlackboard
-
getLayerNamePanel
Deprecated.in favor of getLayerableNamePanel()- Specified by:
getLayerNamePanelin interfaceLayerNamePanelProxy- Returns:
- null if the LayerViewPanelProxy currently has no associated LayerViewPanel
-
getLayerableNamePanel
- Specified by:
getLayerableNamePanelin interfaceLayerableNamePanelProxy- Returns:
- null if the LayerableViewPanelProxy currently has no associated LayerViewPanel
-
getLayerViewPanel
- Specified by:
getLayerViewPanelin interfaceLayerViewPanelProxy- Returns:
- null if the LayerViewPanelProxy currently has no associated LayerViewPanel
-
getLayerManager
- Specified by:
getLayerManagerin interfaceLayerManagerProxy
-
getTask
-
createPlugInContext
Creates a snapshot of the system for use by plug-ins. -
getFeatureTextWriterRegistry
-
getRegistry
-