Uses of Class
com.vividsolutions.jump.workbench.WorkbenchContext

Packages that use WorkbenchContext
com.vividsolutions.jump.plugin.edit   
com.vividsolutions.jump.workbench   
com.vividsolutions.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench. 
com.vividsolutions.jump.workbench.datastore   
com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items. 
com.vividsolutions.jump.workbench.ui   
com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). 
com.vividsolutions.jump.workbench.ui.plugin.analysis   
com.vividsolutions.jump.workbench.ui.plugin.clipboard   
com.vividsolutions.jump.workbench.ui.plugin.datastore   
com.vividsolutions.jump.workbench.ui.plugin.generate   
com.vividsolutions.jump.workbench.ui.plugin.imagery   
com.vividsolutions.jump.workbench.ui.plugin.wms   
com.vividsolutions.jump.workbench.ui.renderer.style   
com.vividsolutions.jump.workbench.ui.style   
com.vividsolutions.jump.workbench.ui.toolbox   
com.vividsolutions.jump.workbench.ui.zoom   
 

Uses of WorkbenchContext in com.vividsolutions.jump.plugin.edit
 

Methods in com.vividsolutions.jump.plugin.edit with parameters of type WorkbenchContext
 EnableCheck PrecisionReducerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 EnableCheck PolygonizerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 EnableCheck LineNoderPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 EnableCheck ExtractSegmentsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 EnableCheck AffineTransformationPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench
 

Subclasses of WorkbenchContext in com.vividsolutions.jump.workbench
 class JUMPWorkbenchContext
          Implementation of WorkbenchContext for the JUMPWorkbench.
 

Methods in com.vividsolutions.jump.workbench that return WorkbenchContext
 WorkbenchContext JUMPWorkbench.getContext()
           
 

Methods in com.vividsolutions.jump.workbench with parameters of type WorkbenchContext
 void Setup.setup(WorkbenchContext workbenchContext)
           
 void JUMPConfiguration.setup(WorkbenchContext workbenchContext)
           
 void JUMPConfiguration.configureDatastores(WorkbenchContext context)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.datasource
 

Methods in com.vividsolutions.jump.workbench.datasource with parameters of type WorkbenchContext
static MultiEnableCheck SaveDatasetAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck LoadDatasetPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 

Constructors in com.vividsolutions.jump.workbench.datasource with parameters of type WorkbenchContext
SaveFileDataSourceQueryChooser(java.lang.Class dataSourceClass, java.lang.String description, java.lang.String[] extensions, WorkbenchContext context)
           
LoadFileDataSourceQueryChooser(java.lang.Class dataSourceClass, java.lang.String description, java.lang.String[] extensions, WorkbenchContext context)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.datastore
 

Methods in com.vividsolutions.jump.workbench.datastore with parameters of type WorkbenchContext
static ConnectionManager ConnectionManager.instance(WorkbenchContext context)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.plugin
 

Methods in com.vividsolutions.jump.workbench.plugin that return WorkbenchContext
 WorkbenchContext PlugInContext.getWorkbenchContext()
           
 

Methods in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContext
static java.awt.event.ActionListener AbstractPlugIn.toActionListener(PlugIn plugIn, WorkbenchContext workbenchContext, TaskMonitorManager taskMonitorManager)
           
 

Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContext
PlugInManager(WorkbenchContext context, java.io.File plugInDirectory, TaskMonitor monitor)
           
PlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel)
           
EnableCheckFactory(WorkbenchContext workbenchContext)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui
 

Fields in com.vividsolutions.jump.workbench.ui declared as WorkbenchContext
protected  WorkbenchContext LayerViewFrame.workbenchContext
           
 

Methods in com.vividsolutions.jump.workbench.ui that return WorkbenchContext
 WorkbenchContext WorkbenchFrame.getContext()
           
 

Methods in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContext
 javax.swing.JButton WorkbenchToolBar.addPlugIn(javax.swing.Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext)
           
static TitledPopupMenu AttributeTab.popupMenu(WorkbenchContext context)
           
static void AttributeTab.addPopupMenuItem(WorkbenchContext workbenchContext, PlugIn plugIn, java.lang.String menuItemName, boolean checkBox, javax.swing.Icon icon, EnableCheck enableCheck)
           
static AboutDialog AboutDialog.instance(WorkbenchContext context)
           
 

Constructors in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContext
WorkbenchFrame(java.lang.String title, javax.swing.ImageIcon icon, WorkbenchContext workbenchContext)
           
TaskFrame(Task task, WorkbenchContext workbenchContext)
           
SchemaPanel(Layer layer, EditingPlugIn editingPlugIn, WorkbenchContext context)
           
PrimaryInfoFrame(WorkbenchContext workbenchContext, LayerManagerProxy layerManagerProxy, TaskFrame taskFrame)
           
OneLayerAttributeTab(WorkbenchContext context, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
           
InfoFrame(WorkbenchContext workbenchContext, LayerManagerProxy layerManagerProxy, TaskFrame taskFrame)
           
GeometryInfoTab(InfoModel model, WorkbenchContext context)
           
AttributeTablePanel(LayerTableModel model, boolean addScrollPane, WorkbenchContext workbenchContext)
           
AttributeTab(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren)
           
AttributePanel(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin
 

Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchContext
 void WorkbenchContextReference.setWorkbenchContext(WorkbenchContext context)
           
static MultiEnableCheck ViewSchemaPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ViewAttributesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck UndoPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck SelectFeaturesInFencePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck SaveImageAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck SaveDatasetAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck RemoveSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck RemoveSelectedCategoriesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck RedoPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static Blackboard PersistentBlackboardPlugIn.get(WorkbenchContext context)
           
 MultiEnableCheck MoveLayerablePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck MapToolTipsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck FeatureInfoPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ExplodeSelectedFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck EditSelectedFeaturePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 EnableCheck EditablePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck DeleteSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck DeleteAllFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 EnableCheck CopySelectedLayersToWarpingVectorsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck CombineSelectedFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ClearSelectionPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck AddNewFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck AddNewCategoryPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 

Constructors in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchContext
FeatureInstaller(WorkbenchContext workbenchContext)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.analysis
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.analysis with parameters of type WorkbenchContext
 MultiEnableCheck CalculateAreasAndLengthsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.clipboard
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type WorkbenchContext
 MultiEnableCheck PasteLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck PasteItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck CutSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck CutSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck CopyThisCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck CopySelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck CopySelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck CopyImagePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.datastore
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return WorkbenchContext
 WorkbenchContext ConnectionPanel.getContext()
           
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContext
static EnableCheck RefreshDataStoreLayerPlugin.createEnableCheck(WorkbenchContext context)
           
 void DataStoreDataSource.setWorkbenchContext(WorkbenchContext context)
           
static java.lang.Object AddDatastoreLayerPanel.runInKillableThread(java.lang.String description, WorkbenchContext context, AddDatastoreLayerPanel.Block block)
           
 

Constructors in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContext
RunDatastoreQueryPanel(WorkbenchContext context)
           
DataStoreDataSource(java.lang.String datasetName, java.lang.String geometryAttributeName, java.lang.String whereClause, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context)
           
ConnectionPanel(WorkbenchContext context)
           
ConnectionManagerPanel(ConnectionManager connectionManager, Registry registry, ErrorHandler errorHandler, WorkbenchContext context)
           
ConnectionDescriptorPanel(Registry registry, WorkbenchContext context)
           
AddDatastoreLayerPanel(WorkbenchContext context)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.generate
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.generate with parameters of type WorkbenchContext
 EnableCheck ShowTriangulationPlugIn.createEnableCheck(WorkbenchContext context)
           
 UndoableCommand ShowTriangulationPlugIn.addLayerGeneration(UndoableCommand wrappeeCommand, WorkbenchContext context, boolean createLayersIfNonExistent)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.imagery
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.imagery with parameters of type WorkbenchContext
static EnableCheck ImageLayerManagerPlugIn.createEnableCheck(WorkbenchContext context)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.wms
 

Methods in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type WorkbenchContext
 MultiEnableCheck EditWMSQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.renderer.style
 

Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type WorkbenchContext
ColorThemingStylePanel(Layer layer, WorkbenchContext workbenchContext)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.style
 

Methods in com.vividsolutions.jump.workbench.ui.style with parameters of type WorkbenchContext
static MultiEnableCheck PasteStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
static MultiEnableCheck CopyStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ChangeStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.toolbox
 

Methods in com.vividsolutions.jump.workbench.ui.toolbox that return WorkbenchContext
 WorkbenchContext ToolboxDialog.getContext()
           
 

Methods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext
 ToolboxDialog ToolboxPlugIn.getToolbox(WorkbenchContext context)
           
 void ToolboxPlugIn.createMainMenuItem(java.lang.String[] menuPath, javax.swing.Icon icon, WorkbenchContext context)
          Creates a menu item with a checkbox beside it that appears when the toolbox is visible.
 

Constructors in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext
ToolboxDialog(WorkbenchContext context)
           
 

Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.zoom
 

Methods in com.vividsolutions.jump.workbench.ui.zoom with parameters of type WorkbenchContext
static MultiEnableCheck ZoomToSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ZoomToLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ZoomToFullExtentPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ZoomToCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ZoomPreviousPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
           
 MultiEnableCheck ZoomNextPlugIn.createEnableCheck(WorkbenchContext workbenchContext)