Uses of Class
com.vividsolutions.jump.workbench.WorkbenchContext
Packages that use WorkbenchContext
Package
Description
The DataSourceQueryChooser API is used to provide a GUI for a
DataSource, enabling it to be part of the JUMP Workbench.
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of WorkbenchContext in com.vividsolutions.jump.datastore.spatialdatabases
Fields in com.vividsolutions.jump.datastore.spatialdatabases declared as WorkbenchContextConstructors in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type WorkbenchContextModifierConstructorDescriptionSpatialDSLayer(String name, Color fillColor, FeatureCollection featureCollection, LayerManager layerManager, WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.plugin.edit
Methods in com.vividsolutions.jump.plugin.edit with parameters of type WorkbenchContextModifier and TypeMethodDescriptionAffineTransformationPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ExtractSegmentsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckGeometrySnapperPlugIn.createEnableCheck(WorkbenchContext workbenchContext) LineNoderPlugIn.createEnableCheck(WorkbenchContext workbenchContext) NoderPlugIn.createEnableCheck(WorkbenchContext workbenchContext) PolygonizerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) PrecisionReducerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.plugin.qa
Methods in com.vividsolutions.jump.plugin.qa with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckDiffGeometryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench
Subclasses of WorkbenchContext in com.vividsolutions.jump.workbenchMethods in com.vividsolutions.jump.workbench that return WorkbenchContextMethods in com.vividsolutions.jump.workbench with parameters of type WorkbenchContextModifier and TypeMethodDescriptionvoidJUMPConfiguration.postExtensionInitialization(WorkbenchContext workbenchContext) voidJUMPConfiguration.setup(WorkbenchContext workbenchContext) voidSetup.setup(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.datasource
Methods in com.vividsolutions.jump.workbench.datasource with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckAbstractLoadDatasetPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckAbstractSaveDatasetAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckLoadDatasetPlugIn.createEnableCheck(WorkbenchContext workbenchContext) protected abstract CollectionAbstractLoadSaveDatasetPlugIn.showDialog(WorkbenchContext context) protected CollectionLoadSaveDatasetFileMixin.showDialog(JFileChooser fileChooser, Class fileDataSourceQueryChooserClass, WorkbenchContext context) protected CollectionSaveDatasetAsFilePlugIn.showDialog(WorkbenchContext context) Deprecated.protected Collection<DataSourceQuery> SaveDatasetAsPlugIn.showDialog(WorkbenchContext context) Constructors in com.vividsolutions.jump.workbench.datasource with parameters of type WorkbenchContextModifierConstructorDescriptionLoadFileDataSourceQueryChooser(Class dataSourceClass, String description, String[] extensions, WorkbenchContext context) SaveFileDataSourceQueryChooser(Class dataSourceClass, String description, String[] extensions, WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.datastore
Methods in com.vividsolutions.jump.workbench.datastore with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic ConnectionManagerConnectionManager.instance(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery
Fields in com.vividsolutions.jump.workbench.imagery declared as WorkbenchContextModifier and TypeFieldDescriptionprotected WorkbenchContextReferencedImageFactoryFileLayerLoader.workbenchContextMethods in com.vividsolutions.jump.workbench.imagery with parameters of type WorkbenchContextModifier and TypeMethodDescriptionbooleanReferencedImageFactory.isAvailable(WorkbenchContext wbContext) Constructors in com.vividsolutions.jump.workbench.imagery with parameters of type WorkbenchContextModifierConstructorDescriptionReferencedImageFactoryFileLayerLoader(WorkbenchContext workbenchContext, ReferencedImageFactory imageFactory, String[] additionalSupportedFileExtensions) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.ecw
Methods in com.vividsolutions.jump.workbench.imagery.ecw with parameters of type WorkbenchContext -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.geoimg
Methods in com.vividsolutions.jump.workbench.imagery.geoimg with parameters of type WorkbenchContextModifier and TypeMethodDescriptionbooleanGeoImageFactory.isAvailable(WorkbenchContext context) static voidGeoImageFactoryFileLayerLoader.register(WorkbenchContext wbc) Constructors in com.vividsolutions.jump.workbench.imagery.geoimg with parameters of type WorkbenchContextModifierConstructorDescriptionGeoImageFactoryFileLayerLoader(WorkbenchContext workbenchContext, GeoImageFactory gif, String[] additionalSupportedFileExtensions) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.graphic
Methods in com.vividsolutions.jump.workbench.imagery.graphic with parameters of type WorkbenchContextModifier and TypeMethodDescriptionabstract booleanAbstractGraphicImageFactory.isAvailable(WorkbenchContext context) booleanCommonsImageFactory.isAvailable(WorkbenchContext context) booleanIOGraphicImageFactory.isAvailable(WorkbenchContext context) booleanJAIGraphicImageFactory.isAvailable(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.mrsid
Methods in com.vividsolutions.jump.workbench.imagery.mrsid with parameters of type WorkbenchContextModifier and TypeMethodDescriptionbooleanMrSIDImageFactory.isAvailable(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.openjpeg
Methods in com.vividsolutions.jump.workbench.imagery.openjpeg with parameters of type WorkbenchContextModifier and TypeMethodDescriptionbooleanOpenJpegImageFactory.isAvailable(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.model
Constructors in com.vividsolutions.jump.workbench.model with parameters of type WorkbenchContextModifierConstructorDescriptionMeasureLayerFinder(LayerManagerProxy layerManagerProxy, WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return WorkbenchContextModifier and TypeMethodDescriptionprotected WorkbenchContextAbstractPlugIn.getWorkbenchContext()PlugInContext.getWorkbenchContext()Methods in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic EnableCheckStartMacroPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static EnableCheckStopMacroPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static EnableCheckFactoryEnableCheckFactory.getInstance(WorkbenchContext workbenchContext) static ActionListenerAbstractPlugIn.toActionListener(PlugIn plugIn, WorkbenchContext workbenchContext, TaskMonitorManager taskMonitorManager) Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContextModifierConstructorDescriptionPlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel) PlugInManager(WorkbenchContext context, TaskMonitor monitor) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui
Fields in com.vividsolutions.jump.workbench.ui declared as WorkbenchContextMethods in com.vividsolutions.jump.workbench.ui that return WorkbenchContextMethods in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContextModifier and TypeMethodDescriptionWorkbenchToolBar.addPlugIn(int index, PlugIn plugIn, Icon icon, EnableCheck enableCheck, WorkbenchContext workbenchContext) WorkbenchToolBar.addPlugIn(Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext) static MultiEnableCheckSchemaPanel.createPasteEnableCheck(WorkbenchContext workbenchContext) static AboutDialogAboutDialog.instance(WorkbenchContext context) static TitledPopupMenuAttributeTab.popupMenu(WorkbenchContext context) Constructors in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContextModifierConstructorDescriptionprotectedAttributePanel(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren) AttributeTab(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren) AttributeTablePanel(LayerTableModel model, boolean addScrollPane, WorkbenchContext workbenchContext) GeometryInfoTab(InfoModel model, WorkbenchContext context) InfoFrame(WorkbenchContext workbenchContext, LayerManagerProxy layerManagerProxy, TaskFrame taskFrame) OneLayerAttributeTab(WorkbenchContext context, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy) PrimaryInfoFrame(WorkbenchContext workbenchContext, LayerManagerProxy layerManagerProxy, TaskFrame taskFrame) SchemaPanel(Layer layer, EditingPlugIn editingPlugIn, WorkbenchContext context) TaskFrame(Task task, WorkbenchContext workbenchContext) WorkbenchFrame(String title, WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool that return WorkbenchContextModifier and TypeMethodDescriptionprotected WorkbenchContextAbstractCursorTool.getWorkbenchContext()Constructors in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type WorkbenchContextModifierConstructorDescriptionAbstractCursorTool(WorkbenchContext context) DragTool(WorkbenchContext context) DrawPolygonFenceTool(WorkbenchContext context) DrawRectangleFenceTool(WorkbenchContext context) FeatureInfoTool(WorkbenchContext context) MeasureTool(WorkbenchContext context) MultiClickTool(WorkbenchContext context) NClickTool(WorkbenchContext context, int n) NodeLineStringsTool(WorkbenchContext context) NoteTool(WorkbenchContext context) PolygonTool(WorkbenchContext context) RectangleTool(WorkbenchContext context) SelectFeaturesTool(WorkbenchContext context) SelectLineStringsTool(WorkbenchContext context) SelectPartsTool(WorkbenchContext context) protectedSelectTool(WorkbenchContext context, String rendererID) SpecifyFeaturesTool(WorkbenchContext context) SplitLineStringTool(WorkbenchContext context) VectorTool(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.cursortool.editing
Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic CursorToolDrawLineStringTool.create(WorkbenchContext context) static CursorToolDrawPointTool.create(WorkbenchContext context) static CursorToolDrawPolygonTool.create(WorkbenchContext context) static CursorToolDrawRectangleTool.create(WorkbenchContext context) Constructors in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type WorkbenchContextModifierConstructorDescriptionDeleteVertexTool(WorkbenchContext context) protectedDrawPolygonTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil) InsertVertexTool(WorkbenchContext context) MoveSelectedItemsTool(WorkbenchContext context) MoveVertexTool(WorkbenchContext context) SnapVerticesTool(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchContextModifier and TypeMethodDescriptionAddNewCategoryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckAddNewFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ClearSelectionPlugIn.createEnableCheck(WorkbenchContext workbenchContext) CombineSelectedFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckCopySchemaPlugIn.createEnableCheck(WorkbenchContext workbenchContext) CopySelectedLayersToWarpingVectorsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) DeleteAllFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckDeleteSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) EditablePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckEditSelectedFeaturePlugIn.createEnableCheck(WorkbenchContext workbenchContext) ExplodeSelectedFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static EnableCheckFeatureInfoPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckFeatureStatisticsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckLayerStatisticsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckMapToolTipsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) MoveLayerablePlugIn.createEnableCheck(WorkbenchContext workbenchContext) MoveLayerablePlugIn.MoveLayerableDownPlugIn.createEnableCheck(WorkbenchContext workbenchContext) MoveLayerablePlugIn.MoveLayerableUpPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckNewTaskPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckPasteSchemaPlugIn.createEnableCheck(WorkbenchContext workbenchContext) RedoPlugIn.createEnableCheck(WorkbenchContext workbenchContext) RemoveSelectedCategoriesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) RemoveSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSaveImageAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) SelectablePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSelectFeaturesInFencePlugIn.createEnableCheck(WorkbenchContext workbenchContext) UndoPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static EnableCheckUniqueFeatureInfoPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckValidateSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) VerticesInFencePlugIn.createEnableCheck(WorkbenchContext workbenchContext) ViewAttributesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckViewSchemaPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static BlackboardPersistentBlackboardPlugIn.get(WorkbenchContext context) static FeatureInstallerFeatureInstaller.getInstance(WorkbenchContext context) static ArrayListOpenProjectPlugIn.getRecentList(WorkbenchContext context) Deprecated.static voidOpenProjectPlugIn.putRecentList(WorkbenchContext context, String path) Deprecated.voidWorkbenchContextReference.setWorkbenchContext(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.analysis
Methods in com.vividsolutions.jump.workbench.ui.plugin.analysis with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckAttributeQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckBufferPlugIn.createEnableCheck(WorkbenchContext workbenchContext) CalculateAreasAndLengthsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckConvexHullPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckGeometryFunctionPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckOffsetCurvePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckOverlayPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSpatialJoinPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSpatialQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckUnionPlugIn.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 WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckCopyImagePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckCopySelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) CopySelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckCopyThisCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext) CutSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) CutSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckPasteItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) PasteLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.datastore
Fields in com.vividsolutions.jump.workbench.ui.plugin.datastore declared as WorkbenchContextMethods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return WorkbenchContextModifier and TypeMethodDescriptionConnectionPanel.getContext()protected WorkbenchContextDataStoreDataSource.getWorkbenchContext()protected WorkbenchContextDataStoreQueryDataSource.getWorkbenchContext()Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic EnableCheckRefreshDataStoreLayerPlugin.createEnableCheck(WorkbenchContext context) static IconConnectionManagerPanel.getConnectionIcon(ConnectionDescriptor desc, boolean isClosed, WorkbenchContext context) Returns the icon corresponding to this @link DataStoreConnection and its state (closed or opened)static ObjectAddDatastoreLayerPanel.runInKillableThread(String description, WorkbenchContext context, AddDatastoreLayerPanel.Block block) voidDataStoreDataSource.setWorkbenchContext(WorkbenchContext context) voidDataStoreQueryDataSource.setWorkbenchContext(WorkbenchContext context) Constructors in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContextModifierConstructorDescriptionAddDatastoreLayerPanel(WorkbenchContext context) ConnectionDescriptorPanel(Registry registry, WorkbenchContext context) ConnectionManagerPanel(ConnectionManager connectionManager, Registry registry, ErrorHandler errorHandler, WorkbenchContext context) ConnectionPanel(WorkbenchContext context) DataStoreDataSource(String datasetName, String geometryAttributeName, String whereClause, int maxFeatures, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context) DataStoreDataSource(String datasetName, String geometryAttributeName, String whereClause, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context) DataStoreQueryDataSource(WorkbenchContext context) Constructor used by the SaveToPostGISPlugIn.DataStoreQueryDataSource(String datasetName, String query, ConnectionDescriptor connectionDescriptor, WorkbenchContext context) RunDatastoreQueryPanel(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 WorkbenchContextModifier and TypeMethodDescriptionShowTriangulationPlugIn.addLayerGeneration(UndoableCommand wrappeeCommand, WorkbenchContext context, boolean createLayersIfNonExistent) ShowTriangulationPlugIn.createEnableCheck(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.imagery
Methods in com.vividsolutions.jump.workbench.ui.plugin.imagery with parameters of type WorkbenchContextModifier and TypeMethodDescriptionAddImageLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static EnableCheckImageLayerManagerPlugIn.createEnableCheck(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.simplify
Methods in com.vividsolutions.jump.workbench.ui.plugin.simplify with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckCoverageSimplifierPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.wms
Methods in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type WorkbenchContextModifier and TypeMethodDescriptionEditWMSQueryPlugIn.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 WorkbenchContextModifierConstructorDescriptionColorThemingStylePanel(Layer layer, WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.snap
Constructors in com.vividsolutions.jump.workbench.ui.snap with parameters of type WorkbenchContextModifierConstructorDescriptionSnapIndicatorTool(Color snappedColor, Color unsnappedColor, double diameter, Collection snapPolicies, WorkbenchContext context) SnapIndicatorTool(Collection snapPolicies, WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.style
Methods in com.vividsolutions.jump.workbench.ui.style with parameters of type WorkbenchContextModifier and TypeMethodDescriptionChangeStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) Deprecated.static MultiEnableCheckCopyStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckLegendPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckPasteStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.toolbox
Methods in com.vividsolutions.jump.workbench.ui.toolbox that return WorkbenchContextMethods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContextModifier and TypeMethodDescriptionvoidToolboxPlugIn.createMainMenuItem(String[] menuPath, Icon icon, WorkbenchContext context) Deprecated.Creates a menu item with a checkbox beside it that appears when the toolbox is visible.ToolboxPlugIn.getToolbox(WorkbenchContext context) Deprecated.Constructors in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.warp
Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type WorkbenchContextModifier and TypeMethodDescriptionAffineTransformPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ProjectiveTransformPlugIn.createEnableCheck(WorkbenchContext workbenchContext) Constructors in com.vividsolutions.jump.workbench.ui.warp with parameters of type WorkbenchContextModifierConstructorDescriptionAbstractDeleteVectorTool(WorkbenchContext context) DeleteIncrementalWarpingVectorTool(WorkbenchContext context, WarpingPanel warpingPanel) DeleteWarpingVectorTool(WorkbenchContext context) DrawIncrementalWarpingVectorTool(WorkbenchContext context, WarpingPanel warpingPanel) DrawWarpingVectorTool(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.zoom
Methods in com.vividsolutions.jump.workbench.ui.zoom with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckPanToSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ZoomNextPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ZoomPreviousPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ZoomToCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext) ZoomToFencePlugIn.createEnableCheck(WorkbenchContext workbenchContext) ZoomToFullExtentPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ZoomToLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckZoomToSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) Constructors in com.vividsolutions.jump.workbench.ui.zoom with parameters of type WorkbenchContextModifierConstructorDescriptionAbstractZoomTool(WorkbenchContext context) PanTool(WorkbenchContext workbenchContext) ZoomTool(WorkbenchContext context) -
Uses of WorkbenchContext in de.fho.jump.pirol.plugins.EditAttributeByFormula
Methods in de.fho.jump.pirol.plugins.EditAttributeByFormula with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckEditAttributeByFormulaPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in de.fho.jump.pirol.utilities.plugIns
Methods in de.fho.jump.pirol.utilities.plugIns with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckStandardPirolPlugIn.createEnableCheck(WorkbenchContext workbenchContext, boolean needFence) -
Uses of WorkbenchContext in de.latlon.deejump.plugin.manager
Methods in de.latlon.deejump.plugin.manager with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic voidExtensionHelper.install(ExtensionManagerDialog extensionManager, WorkbenchContext workbenchContext, ExtensionWrapper ext, TaskMonitor monitor) Constructors in de.latlon.deejump.plugin.manager with parameters of type WorkbenchContextModifierConstructorDescriptionExtensionManagerDialog(JFrame parent, WorkbenchContext workbenchContext, String extensionSite) -
Uses of WorkbenchContext in de.latlon.deejump.plugin.style
Methods in de.latlon.deejump.plugin.style with parameters of type WorkbenchContextModifier and TypeMethodDescriptionDeeChangeStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) LayerStyle2SLDPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump
Methods in org.openjump with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic voidOpenJumpConfiguration.loadOpenJumpPlugIns(WorkbenchContext workbenchContext) Deprecated. -
Uses of WorkbenchContext in org.openjump.core.apitools
Methods in org.openjump.core.apitools with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic LayerableLayerTools.getSelectedLayerable(WorkbenchContext context, Class layerableClass) get one Layer that is selectedstatic voidIOTools.loadImageAsLayer(File file, WorkbenchContext wcontext, String extension) Load an image file as ReferenceImageLayer.class defining its extension -
Uses of WorkbenchContext in org.openjump.core.rasterimage
Fields in org.openjump.core.rasterimage declared as WorkbenchContextModifier and TypeFieldDescriptionprotected WorkbenchContextRasterImageLayerRendererFactory.wbContextMethods in org.openjump.core.rasterimage with parameters of type WorkbenchContextModifier and TypeMethodDescriptionprotected org.locationtech.jts.geom.EnvelopeAddRasterImageLayerWizard.getGeoReferencing(String fileName, boolean alwaysLookForTFWExtension, Point imageDimensions, WorkbenchContext context) TODO: [sstein] Feb.2009 - I discovered a 0.5px offset towards south-east for the envelope, in comparison with images loaded with Jon's/VividSolutions implementation, if the envelope is obtained from a worldfile.static RectangleRasterImageLayer.getViewportRectangle(WorkbenchContext workbenchContext) voidAddRasterImageLayerWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) Constructors in org.openjump.core.rasterimage with parameters of type WorkbenchContextModifierConstructorDescriptionAddRasterImageLayerWizard(WorkbenchContext workbenchContext) AddRasterImageLayerWizard(WorkbenchContext workbenchContext, File[] files) RasterImageLayerRendererFactory(WorkbenchContext wbContext) -
Uses of WorkbenchContext in org.openjump.core.rasterimage.styler
Methods in org.openjump.core.rasterimage.styler with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckRasterLegendPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckRasterStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.rasterimage.styler.ui
Methods in org.openjump.core.rasterimage.styler.ui with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic voidGUIUtils.clearRasterStylerFromBlackBoard(WorkbenchContext context) Method to delete the RasterStylesDialog about a raster from the BlackBoard.Constructors in org.openjump.core.rasterimage.styler.ui with parameters of type WorkbenchContextModifierConstructorDescriptionRasterStylesDialog(Frame parent, boolean modal, WorkbenchContext context, RasterImageLayer rasterImageLayer, int band) Creates new form SymbologyDialog -
Uses of WorkbenchContext in org.openjump.core.ui
Constructors in org.openjump.core.ui with parameters of type WorkbenchContext -
Uses of WorkbenchContext in org.openjump.core.ui.io.file
Methods in org.openjump.core.ui.io.file with parameters of type WorkbenchContextModifier and TypeMethodDescriptionvoidDataSourceFileLayerLoader.setContext(WorkbenchContext context) Constructors in org.openjump.core.ui.io.file with parameters of type WorkbenchContextModifierConstructorDescriptionDataSourceFileLayerLoader(WorkbenchContext workbenchContext, Class dataSourceClass, String description, List<String> extensions) Construct a new DataSourceFileLayerLoader. -
Uses of WorkbenchContext in org.openjump.core.ui.plugin
Fields in org.openjump.core.ui.plugin declared as WorkbenchContextModifier and TypeFieldDescriptionprotected WorkbenchContextAbstractUiPlugIn.workbenchContextThe workbench context.Methods in org.openjump.core.ui.plugin with parameters of type WorkbenchContextModifier and TypeMethodDescriptionprotected voidAbstractUiPlugIn.setWorkbenchContext(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore with parameters of type WorkbenchContextModifier and TypeMethodDescriptionEditDataStoreQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) RefreshDataStoreQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) Creates an EnableCheck object to enable the plugin if a project is active and if only layers connected to a DataStoreQueryDataSource are selected.static WritableDataStoreDataSourceDataStoreDataSourceFactory.createWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, boolean tableAlreadyCreated, String txManagerClass, WorkbenchContext context) voidSaveToDataStoreWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) Constructors in org.openjump.core.ui.plugin.datastore with parameters of type WorkbenchContextModifierConstructorDescriptionAddDataStoreLayerWizard(WorkbenchContext workbenchContext) AddWritableDataStoreLayerWizard(WorkbenchContext workbenchContext, String txManagerName) AddWritableDataStoreLayerWizard(String name, ImageIcon icon, WorkbenchContext workbenchContext, String txManagerName) SaveToDataStorePanel(WorkbenchContext workbenchContext) WritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, String txManager, WorkbenchContext context) Constructor with mandatory parameters for a WritableDataStoreDataSource. -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.datastore.h2
Constructors in org.openjump.core.ui.plugin.datastore.h2 with parameters of type WorkbenchContextModifierConstructorDescriptionH2DataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context) H2DataStoreDataSource(WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.datastore.postgis
Constructors in org.openjump.core.ui.plugin.datastore.postgis with parameters of type WorkbenchContextModifierConstructorDescriptionSaveToPostGISDataSource(WorkbenchContext context) Constructor used by the SaveToPostGISPlugIn.SaveToPostGISDataSource(String tableName, String geometryColumnName, ConnectionDescriptor connectionDescriptor, WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.datastore.postgis2
Constructors in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type WorkbenchContextModifierConstructorDescriptionPostGISDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type WorkbenchContextModifier and TypeMethodDescriptionprotected voidTransactionManagerPanel.init(WorkbenchContext context) voidDataStoreTransactionManagerPlugIn.setWorkbenchContext(WorkbenchContext context) voidTransactionManagerPanel.setWorkbenchContext(WorkbenchContext context) Constructors in org.openjump.core.ui.plugin.datastore.transaction with parameters of type WorkbenchContextModifierConstructorDescriptionTransactionManagerPanel(DataStoreTransactionManager transactionManager, ErrorHandler errorHandler, WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.edit
Methods in org.openjump.core.ui.plugin.edit with parameters of type WorkbenchContextModifier and TypeMethodDescriptionInvertSelectionPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckReplicateSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSelectAllLayerItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) SelectAllModifiedFeaturesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) SelectGeometryCollectionsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSelectItemsByCircleFromSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSelectItemsByFenceFromSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) SelectLayersWithSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.edit.helpclassesselection
Methods in org.openjump.core.ui.plugin.edit.helpclassesselection with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic CursorToolDrawFenceTool.create(WorkbenchContext context) Constructors in org.openjump.core.ui.plugin.edit.helpclassesselection with parameters of type WorkbenchContextModifierConstructorDescriptionprotectedDrawFenceTool(WorkbenchContext context, FenceDrawingUtil featureDrawingUtil) SelectItemsByCircleTool(WorkbenchContext context, double diameter, org.locationtech.jts.geom.Coordinate initCoo) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.edittoolbox
Methods in org.openjump.core.ui.plugin.edittoolbox with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckDrawCircleWithGivenRadiusPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.edittoolbox.cursortools
Methods in org.openjump.core.ui.plugin.edittoolbox.cursortools with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic CursorToolAutoCompletePolygonCursorTool.create(WorkbenchContext context) static CursorToolCutPolygonTool.create(WorkbenchContext context) static CursorToolDrawCircleWithGivenRadiusTool.create(WorkbenchContext context) static CursorToolDrawConstrainedArcTool.create(WorkbenchContext context) static CursorToolDrawConstrainedCircleTool.create(WorkbenchContext context) static CursorToolDrawConstrainedLineStringTool.create(WorkbenchContext context) static CursorToolDrawConstrainedPolygonTool.create(WorkbenchContext context) protected booleanCutFeaturesTool.isRollingBackInvalidEdits(WorkbenchContext context) protected booleanCutPolygonTool.isRollingBackInvalidEdits(WorkbenchContext context) protected booleanRemodelerTool.isRollingBackInvalidEdits(WorkbenchContext context) Constructors in org.openjump.core.ui.plugin.edittoolbox.cursortools with parameters of type WorkbenchContextModifierConstructorDescriptionprotectedAutoCompletePolygonCursorTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil) ConstrainedDragTool(WorkbenchContext context) ConstrainedNClickTool(WorkbenchContext context, int n) ConstrainedPolygonTool(WorkbenchContext context) CutFeaturesTool(WorkbenchContext context) protectedCutPolygonTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil) protectedDrawConstrainedLineStringTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil) protectedDrawConstrainedPolygonTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil) FillPolygonTool(WorkbenchContext context) RemodelerTool(WorkbenchContext context) RotateSelectedItemTool(WorkbenchContext context) ScaleSelectedItemsTool(WorkbenchContext context) SelectMultiItemsTool(WorkbenchContext context) SelectOneItemTool(WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.edittoolbox.tab
Constructors in org.openjump.core.ui.plugin.edittoolbox.tab with parameters of type WorkbenchContextModifierConstructorDescriptionConstraintManager(WorkbenchContext workbenchContext) ConstraintsOptionsPanel(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.file
Methods in org.openjump.core.ui.plugin.file with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic voidOpenWizardPlugIn.addWizard(WorkbenchContext workbenchContext, WizardGroup wizard) static voidSaveWizardPlugIn.addWizard(WorkbenchContext workbenchContext, WizardGroup wizard) static MultiEnableCheckSaveImageAsSVGPlugIn.createEnableCheck(WorkbenchContext workbenchContext) SaveLayersWithoutDataSourcePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static OpenRecentPlugInOpenRecentPlugIn.get(WorkbenchContext context) voidDataSourceQueryChooserOpenWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) Constructors in org.openjump.core.ui.plugin.file with parameters of type WorkbenchContextModifierConstructorDescriptionDataSourceQueryChooserOpenWizard(WorkbenchContext workbenchContext, DataSourceQueryChooser chooser) OpenFilePlugIn(WorkbenchContext workbenchContext, File file) Construct an Open File for the recent menu to load an individual file.OpenFilePlugIn(WorkbenchContext workbenchContext, File[] files) OpenProjectPlugIn(WorkbenchContext workbenchContext, File file) OpenProjectPlugIn(WorkbenchContext workbenchContext, File[] files) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open with parameters of type WorkbenchContextModifier and TypeMethodDescriptionvoidOpenFileWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) voidOpenProjectWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) protected voidOpenFileWizard.initPanels(WorkbenchContext workbenchContext) static voidOpenProjectWizard.loadRasterImageLayer(WorkbenchContext context, RasterImageLayer ril, RasterSymbology symbology, Category category) Constructors in org.openjump.core.ui.plugin.file.open with parameters of type WorkbenchContextModifierConstructorDescriptionChooseProjectPanel(WorkbenchContext workbenchContext, String nextId) OpenDataTypePanel(WorkbenchContext workbenchContext, WizardDialog dialog, List<WizardGroup> wizards) OpenFileWizard(WorkbenchContext workbenchContext) Construct a new OpenFileWizard.OpenFileWizard(WorkbenchContext workbenchContext, File[] files) OpenFileWizard(WorkbenchContext workbenchContext, Class loaderFilter) OpenProjectWizard(WorkbenchContext workbenchContext) Construct a new OpenFileWizard.OpenProjectWizard(WorkbenchContext workbenchContext, File[] files) SelectFileOptionsPanel(WorkbenchContext workbenchContext) SelectFilesPanel(WorkbenchContext workbenchContext) SelectFilesPanel(WorkbenchContext workbenchContext, Class loaderFilter) SelectProjectFilesPanel(WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.file.save
Methods in org.openjump.core.ui.plugin.file.save with parameters of type WorkbenchContextModifier and TypeMethodDescriptionvoidSaveToFileWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) Constructors in org.openjump.core.ui.plugin.file.save with parameters of type WorkbenchContext -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer with parameters of type WorkbenchContextModifier and TypeMethodDescriptionChangeLayerableNamePlugIn.createEnableCheck(WorkbenchContext workbenchContext) CombineSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ExportLayerableEnvelopeAsGeometryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckExtractLayerInFence.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckExtractLayersByAttribute.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckExtractLayersByGeometry.createEnableCheck(WorkbenchContext workbenchContext) LayerableStylePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckLayerPropertiesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) MoveSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckNewLayerPropertiesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSortCategoryAbstractPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSortCategoryRestorePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckToggleVisibilityPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.layer.pirolraster
Fields in org.openjump.core.ui.plugin.layer.pirolraster declared as WorkbenchContextModifier and TypeFieldDescriptionprotected WorkbenchContextToggleRasterImageVisibility.wbContextMethods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckChangeRasterImagePropertiesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) CopySelectedRasterImageLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) CutSelectedRasterImageLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckExtractSelectedPartOfImage.createEnableCheck(WorkbenchContext workbenchContext) PasteRasterImageLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) RemoveSelectedRasterImageLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckSaveRasterImageAsImagePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckWarpImageToFencePlugIn.createEnableCheck(WorkbenchContext workbenchContext) Constructors in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type WorkbenchContext -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.layer.pirolraster.panel
Methods in org.openjump.core.ui.plugin.layer.pirolraster.panel with parameters of type WorkbenchContextModifier and TypeMethodDescriptionvoidRasterColorEditorPanel.changeColorsIntervals(WorkbenchContext context, Color[] colors, Color noDataColor, double min, double max) voidRasterColorEditorPanel.changeColorsRamp(WorkbenchContext context, Color[] colors, Color noDataColor, double min, double max) voidRasterColorEditorPanel.CopyColorIntoBlackBoard(WorkbenchContext context, RasterImageLayer layer, RasterSymbology symbology) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.raster
Methods in org.openjump.core.ui.plugin.raster with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckCreateLatticeFromSelectedImageLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckCreatePolygonGridFromSelectedImageLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckCropWarpPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckKernelAnalysisPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ManageDataPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckRasterImageLayerPropertiesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) RasterQueryCursorTool.createEnableCheck(WorkbenchContext workbenchContext) RasterQueryDragTool.createEnableCheck(WorkbenchContext workbenchContext) RasterQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckVectorizeToContoursPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckVectorizeToPolygonsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) Constructors in org.openjump.core.ui.plugin.raster with parameters of type WorkbenchContextModifierConstructorDescriptionProfileGraphTool(WorkbenchContext context) RasterQueryCursorTool(WorkbenchContext context) RasterQueryDragTool(WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.raster.color
Methods in org.openjump.core.ui.plugin.raster.color with parameters of type WorkbenchContextModifier and TypeMethodDescriptionvoidRasterColorEditor.changeColors(WorkbenchContext context, Color[] colors, Color noDataColor, double min, double max) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.raster.nodata
Methods in org.openjump.core.ui.plugin.raster.nodata with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckChangeNoDataValuePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckChangeRangeValuesToNoDataPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckChangeValueToNoDataPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.raster.statistics
Methods in org.openjump.core.ui.plugin.raster.statistics with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckDEMStatisticsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.style
Methods in org.openjump.core.ui.plugin.style with parameters of type WorkbenchContextModifier and TypeMethodDescriptionImportSLDPlugIn.createEnableCheck(WorkbenchContext workbenchContext) LoadStylePlugIn.createEnableCheck(WorkbenchContext workbenchContext) SaveStylePlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.task
Methods in org.openjump.core.ui.plugin.task with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckTaskPropertiesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools
Methods in org.openjump.core.ui.plugin.tools with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckAdd3DGeometryAttributesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckAddGeometryAttributesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) AutoAssignAttributePlugIn.createEnableCheck(WorkbenchContext workbenchContext) BlendLineStringsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ConvexHullPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckCreateThiessenPolygonsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) DeleteDuplicateGeometriesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) DeleteEmptyGeometriesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckDissolve2PlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckDissolvePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckEraseLayerAWithLayerBPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckGenerateRandomNumberPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckGenerateRandomStringPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckGenerateUniqueRandomIdPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckJoinAttributesSpatiallyPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckJoinTableFromExistingLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) JoinWithArcPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckMakeValidPlugIn.createEnableCheck(WorkbenchContext workbenchContext) MeasureM_FPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckMergeTwoSelectedPolygonsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) MultiRingBufferSelectedPlugIn.createEnableCheck(WorkbenchContext workbenchContext) PlumePlugIn.createEnableCheck(WorkbenchContext workbenchContext) ProjectionPlugIn.createEnableCheck(WorkbenchContext workbenchContext) ReducePointsISAPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckRemoveSpikePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckReplaceValuePlugIn.createEnableCheck(WorkbenchContext workbenchContext) Deprecated.static MultiEnableCheckSimplifyWithJTSAlgorithmPlugIn.createEnableCheck(WorkbenchContext workbenchContext) SplitPolygonPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckTriangulationPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckUnionByAttributePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckUpdateWithJoinPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckVoronoiDiagramPlugIn.createEnableCheck(WorkbenchContext workbenchContext) PlumePlugIn.onlyOneLinestringMayBeSelected(WorkbenchContext workbenchContext) SplitPolygonPlugIn.onlyPolyAndLinestringMayBeSelected(WorkbenchContext workbenchContext) Constructors in org.openjump.core.ui.plugin.tools with parameters of type WorkbenchContextModifierConstructorDescriptionAdvancedMeasureTool(WorkbenchContext context) Build a new AdvancedMeasureTool instance.MeasureM_FTool(WorkbenchContext context) ZoomRealtimeTool(WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.analysis.onelayer
Methods in org.openjump.core.ui.plugin.tools.analysis.onelayer with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckMergePolygonsWithNeighbourPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckMergeSelectedPolygonsWithNeighbourPlugIn.createEnableCheck(WorkbenchContext workbenchContext) Deprecated. -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.analysis.twolayers
Methods in org.openjump.core.ui.plugin.tools.analysis.twolayers with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckCalculateDistancesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.generalization
Methods in org.openjump.core.ui.plugin.tools.generalization with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckSimplifyPolygonCoveragePlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.generate
Methods in org.openjump.core.ui.plugin.tools.generate with parameters of type WorkbenchContextModifier and TypeMethodDescriptionCreateGridPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckLinearReferencingOnLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckLinearReferencingOnSelectionPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckPointLayerFromAttributeTablePlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckRasterizePlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.geometrychange
Methods in org.openjump.core.ui.plugin.tools.geometrychange with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckExtractCommonBoundaryBetweenPolysPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckExtractPointsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) static MultiEnableCheckPointsToPathsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.tools.statistics
Methods in org.openjump.core.ui.plugin.tools.statistics with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckCalcVarianceAndMeanPerClassPlugIn.createEnableCheck(WorkbenchContext workbenchContext) This method is used to define when the menu entry is activated or disabled.static MultiEnableCheckClassifyAttributesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) This method is used to define when the menu entry is activated or disabled.static MultiEnableCheckCreateBarPlotPlugIn.createEnableCheck(WorkbenchContext workbenchContext) This method is used to define when the menu entry is activated or disabled.static MultiEnableCheckCreateHistogramPlugIn.createEnableCheck(WorkbenchContext workbenchContext) This method is used to define when the menu entry is activated or disabled.static MultiEnableCheckCreateScatterPlotPlugIn.createEnableCheck(WorkbenchContext workbenchContext) This method is used to define when the menu entry is activated or disabled.StatisticOverViewPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.view
Methods in org.openjump.core.ui.plugin.view with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckZoomToScalePlugIn.createEnableCheck(WorkbenchContext workbenchContext) Constructors in org.openjump.core.ui.plugin.view with parameters of type WorkbenchContext -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.view.showcenter
Methods in org.openjump.core.ui.plugin.view.showcenter with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic MultiEnableCheckShowViewCenterPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.window
Methods in org.openjump.core.ui.plugin.window with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic EnableCheckArrangeViewsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.wms
Methods in org.openjump.core.ui.plugin.wms with parameters of type WorkbenchContextModifier and TypeMethodDescriptionWMSLegendPlugIn.createEnableCheck(WorkbenchContext workbenchContext) WMSStylePlugIn.createEnableCheck(WorkbenchContext workbenchContext) voidAddWmsLayerWizard.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) Constructors in org.openjump.core.ui.plugin.wms with parameters of type WorkbenchContext -
Uses of WorkbenchContext in org.openjump.core.ui.swing.factory.field
Methods in org.openjump.core.ui.swing.factory.field with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic FieldComponentFactoryFieldComponentFactoryRegistry.getFactory(WorkbenchContext context, String type) static voidFieldComponentFactoryRegistry.setFactory(WorkbenchContext context, String type, FieldComponentFactory factory) Constructors in org.openjump.core.ui.swing.factory.field with parameters of type WorkbenchContextModifierConstructorDescriptionCheckBoxFieldComponentFactory(WorkbenchContext workbenchContext) CheckBoxFieldComponentFactory(WorkbenchContext workbenchContext, String option) ComboBoxFieldComponentFactory(WorkbenchContext workbenchContext) ComboBoxFieldComponentFactory(WorkbenchContext workbenchContext, String option, Object[] items) FileFieldComponentFactory(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.swing.listener
Constructors in org.openjump.core.ui.swing.listener with parameters of type WorkbenchContextModifierConstructorDescriptionEnableCheckMenuItemShownListener(WorkbenchContext workbenchContext, EnableCheck enableCheck) EnableCheckMenuItemShownListener(WorkbenchContext workbenchContext, EnableCheck enableCheck, String enabledMessage) -
Uses of WorkbenchContext in org.openjump.core.ui.swing.wizard
Methods in org.openjump.core.ui.swing.wizard with parameters of type WorkbenchContextModifier and TypeMethodDescriptionvoidAbstractWizardGroup.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) voidWizardGroup.initialize(WorkbenchContext workbenchContext, WizardDialog dialog) Constructors in org.openjump.core.ui.swing.wizard with parameters of type WorkbenchContextModifierConstructorDescriptionWizardGroupDialog(WorkbenchContext workbenchContext, Frame frame, String title) -
Uses of WorkbenchContext in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic CategoryTaskUtil.getSelectedCategoryName(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.sextante.gui.additionalResults
Fields in org.openjump.sextante.gui.additionalResults declared as WorkbenchContextMethods in org.openjump.sextante.gui.additionalResults with parameters of type WorkbenchContextModifier and TypeMethodDescriptionAdditionalResultsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.util.python
Fields in org.openjump.util.python declared as WorkbenchContextMethods in org.openjump.util.python with parameters of type WorkbenchContextModifier and TypeMethodDescriptionstatic voidJUMP_GIS_Framework.setWorkbenchContext(WorkbenchContext workContext) static voidModifyGeometry.setWorkbenchContext(WorkbenchContext workContext) -
Uses of WorkbenchContext in org.openjump.util.python.pythonexampleclasses
Methods in org.openjump.util.python.pythonexampleclasses that return WorkbenchContextConstructors in org.openjump.util.python.pythonexampleclasses with parameters of type WorkbenchContextModifierConstructorDescriptionConstrainedNClickTool(WorkbenchContext context) DrawCustomTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil)