Uses of Class
com.vividsolutions.jump.workbench.WorkbenchContext
-
-
Uses of WorkbenchContext in com.vividsolutions.jump.datastore.spatialdatabases
Fields in com.vividsolutions.jump.datastore.spatialdatabases declared as WorkbenchContext Modifier and Type Field Description protected WorkbenchContextSpatialDSLayer. workbenchContextConstructors in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type WorkbenchContext Constructor Description SpatialDSLayer(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 WorkbenchContext Modifier and Type Method Description EnableCheckAffineTransformationPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckExtractSegmentsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckGeometrySnapperPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckLineNoderPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckNoderPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckPolygonizerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckPrecisionReducerPlugIn. createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.plugin.qa
Methods in com.vividsolutions.jump.plugin.qa with parameters of type WorkbenchContext Modifier and Type Method Description static MultiEnableCheckDiffGeometryPlugIn. createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench
Subclasses of WorkbenchContext in com.vividsolutions.jump.workbench Modifier and Type Class Description classJUMPWorkbenchContextImplementation ofWorkbenchContextfor theJUMPWorkbench.Methods in com.vividsolutions.jump.workbench that return WorkbenchContext Modifier and Type Method Description WorkbenchContextJUMPWorkbench. getContext()Methods in com.vividsolutions.jump.workbench with parameters of type WorkbenchContext Modifier and Type Method Description voidJUMPConfiguration. 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Constructor Description LoadFileDataSourceQueryChooser(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 WorkbenchContext Modifier and Type Method Description static ConnectionManagerConnectionManager. instance(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery
Fields in com.vividsolutions.jump.workbench.imagery declared as WorkbenchContext Modifier and Type Field Description protected WorkbenchContextReferencedImageFactoryFileLayerLoader. workbenchContextMethods in com.vividsolutions.jump.workbench.imagery with parameters of type WorkbenchContext Modifier and Type Method Description booleanReferencedImageFactory. isAvailable(WorkbenchContext wbContext)Constructors in com.vividsolutions.jump.workbench.imagery with parameters of type WorkbenchContext Constructor Description ReferencedImageFactoryFileLayerLoader(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 Modifier and Type Method Description booleanECWImageFactory. isAvailable(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.imagery.geoimg
Methods in com.vividsolutions.jump.workbench.imagery.geoimg with parameters of type WorkbenchContext Modifier and Type Method Description booleanGeoImageFactory. isAvailable(WorkbenchContext context)static voidGeoImageFactoryFileLayerLoader. register(WorkbenchContext wbc)Constructors in com.vividsolutions.jump.workbench.imagery.geoimg with parameters of type WorkbenchContext Constructor Description GeoImageFactoryFileLayerLoader(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 WorkbenchContext Modifier and Type Method Description abstract 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 WorkbenchContext Modifier and Type Method Description booleanMrSIDImageFactory. 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 WorkbenchContext Modifier and Type Method Description booleanOpenJpegImageFactory. isAvailable(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.model
Constructors in com.vividsolutions.jump.workbench.model with parameters of type WorkbenchContext Constructor Description MeasureLayerFinder(LayerManagerProxy layerManagerProxy, WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return WorkbenchContext Modifier and Type Method Description protected WorkbenchContextAbstractPlugIn. getWorkbenchContext()WorkbenchContextPlugInContext. getWorkbenchContext()Methods in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Constructor Description PlugInContext(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 WorkbenchContext Modifier and Type Field Description protected WorkbenchContextLayerViewFrame. workbenchContextMethods in com.vividsolutions.jump.workbench.ui that return WorkbenchContext Modifier and Type Method Description WorkbenchContextWorkbenchFrame. getContext()Methods in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContext Modifier and Type Method Description JButtonWorkbenchToolBar. addPlugIn(int index, PlugIn plugIn, Icon icon, EnableCheck enableCheck, WorkbenchContext workbenchContext)JButtonWorkbenchToolBar. addPlugIn(Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext)static MultiEnableCheckSchemaPanel. createPasteEnableCheck(WorkbenchContext workbenchContext)static AboutDialogAboutDialog. instance(WorkbenchContext context)static TitledPopupMenuAttributeTab. popupMenu(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool that return WorkbenchContext Modifier and Type Method Description protected WorkbenchContextAbstractCursorTool. getWorkbenchContext() -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.cursortool.editing
Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Constructor Description DeleteVertexTool(WorkbenchContext context)DrawPolygonTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil)InsertVertexTool(WorkbenchContext context)MoveSelectedItemsTool(WorkbenchContext context)MoveVertexTool(WorkbenchContext context)SnapVerticesTool(WorkbenchContext context)SnapVerticesToSelectedVertexClickTool(WorkbenchContext context)SnapVerticesToSelectedVertexTool(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchContext Modifier and Type Method Description EnableCheckAddNewCategoryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckAddNewFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckClearSelectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCombineSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckCopySchemaPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckCopySelectedLayersToWarpingVectorsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckDeleteAllFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckDeleteSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckEditablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckEditSelectedFeaturePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckExplodeSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static EnableCheckFeatureInfoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckFeatureStatisticsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckLayerStatisticsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckMapToolTipsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckMoveLayerablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckMoveLayerablePlugIn.MoveLayerableDownPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckMoveLayerablePlugIn.MoveLayerableUpPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckNewTaskPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckPasteSchemaPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRedoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRemoveSelectedCategoriesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRemoveSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSaveImageAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckSelectablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSelectFeaturesInFencePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckUndoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static EnableCheckUniqueFeatureInfoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckValidateSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckVerticesInFencePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckViewAttributesPlugIn. 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
-
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 Modifier and Type Method Description static MultiEnableCheckCopyImagePlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckCopySelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCopySelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckCopyThisCoordinatePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCutSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCutSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckPasteItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckPasteLayersPlugIn. 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 WorkbenchContext Modifier and Type Field Description protected WorkbenchContextDataStoreDataSource. contextMethods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return WorkbenchContext Modifier and Type Method Description WorkbenchContextConnectionPanel. getContext()protected WorkbenchContextDataStoreDataSource. getWorkbenchContext()protected WorkbenchContextDataStoreQueryDataSource. getWorkbenchContext()Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContext Modifier and Type Method Description static 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) -
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 Modifier and Type Method Description UndoableCommandShowTriangulationPlugIn. addLayerGeneration(UndoableCommand wrappeeCommand, WorkbenchContext context, boolean createLayersIfNonExistent)EnableCheckShowTriangulationPlugIn. 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 WorkbenchContext Modifier and Type Method Description MultiEnableCheckAddImageLayerPlugIn. 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description MultiEnableCheckEditWMSQueryPlugIn. 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 Constructor Description ColorThemingStylePanel(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 WorkbenchContext Constructor Description SnapIndicatorTool(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 WorkbenchContext Modifier and Type Method Description MultiEnableCheckChangeStylesPlugIn. 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 WorkbenchContext Modifier and Type Method Description WorkbenchContextToolboxDialog. getContext()Methods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext Modifier and Type Method Description voidToolboxPlugIn. createMainMenuItem(String[] menuPath, Icon icon, WorkbenchContext context)Deprecated.Creates a menu item with a checkbox beside it that appears when the toolbox is visible.ToolboxDialogToolboxPlugIn. getToolbox(WorkbenchContext context)Deprecated.Constructors in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext Constructor Description ToolboxDialog(WorkbenchContext context) -
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.warp
Methods in com.vividsolutions.jump.workbench.ui.warp with parameters of type WorkbenchContext Modifier and Type Method Description IconAffineTransformPlugIn. createEnableCheck(WorkbenchContext workbenchContext)IconProjectiveTransformPlugIn. createEnableCheck(WorkbenchContext workbenchContext)Constructors in com.vividsolutions.jump.workbench.ui.warp with parameters of type WorkbenchContext Constructor Description AbstractDeleteVectorTool(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 WorkbenchContext Modifier and Type Method Description static MultiEnableCheckPanToSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomNextPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomPreviousPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomToCoordinatePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomToFencePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomToFullExtentPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomToLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckZoomToSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)Constructors in com.vividsolutions.jump.workbench.ui.zoom with parameters of type WorkbenchContext Constructor Description AbstractZoomTool(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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static voidExtensionHelper. install(ExtensionManagerDialog extensionManager, WorkbenchContext workbenchContext, ExtensionWrapper ext, TaskMonitor monitor)Constructors in de.latlon.deejump.plugin.manager with parameters of type WorkbenchContext Constructor Description ExtensionManagerDialog(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 WorkbenchContext Modifier and Type Method Description MultiEnableCheckDeeChangeStylesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckLayerStyle2SLDPlugIn. createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump
Methods in org.openjump with parameters of type WorkbenchContext Modifier and Type Method Description static voidOpenJumpConfiguration. loadOpenJumpPlugIns(WorkbenchContext workbenchContext)Deprecated. -
Uses of WorkbenchContext in org.openjump.core.apitools
Methods in org.openjump.core.apitools with parameters of type WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Field Description protected WorkbenchContextRasterImageLayerRendererFactory. wbContextMethods in org.openjump.core.rasterimage with parameters of type WorkbenchContext Modifier and Type Method Description protected 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 WorkbenchContext Constructor Description AddRasterImageLayerWizard(WorkbenchContext workbenchContext)AddRasterImageLayerWizard(WorkbenchContext workbenchContext, File[] files)RasterImageLayerRendererFactory(WorkbenchContext wbContext)SelectRasterImageFilesPanel(WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.rasterimage.styler
Methods in org.openjump.core.rasterimage.styler with parameters of type WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Constructor Description RasterStylesDialog(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 Constructor Description DatasetOptionsPanel(WorkbenchContext context)SelectionStyllingOptionsPanel(WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.io.file
Methods in org.openjump.core.ui.io.file with parameters of type WorkbenchContext Modifier and Type Method Description voidDataSourceFileLayerLoader. setContext(WorkbenchContext context)Constructors in org.openjump.core.ui.io.file with parameters of type WorkbenchContext Constructor Description DataSourceFileLayerLoader(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 WorkbenchContext Modifier and Type Field Description protected WorkbenchContextAbstractUiPlugIn. workbenchContextThe workbench context.Methods in org.openjump.core.ui.plugin with parameters of type WorkbenchContext Modifier and Type Method Description protected 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 WorkbenchContext Modifier and Type Method Description EnableCheckEditDataStoreQueryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckRefreshDataStoreQueryPlugIn. 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 WorkbenchContext Constructor Description AddDataStoreLayerWizard(WorkbenchContext workbenchContext)AddDataStoreLayerWizardPanel(WorkbenchContext context)AddWritableDataStoreLayerPanel(WorkbenchContext context)AddWritableDataStoreLayerWizard(WorkbenchContext workbenchContext, String txManagerName)AddWritableDataStoreLayerWizard(String name, ImageIcon icon, WorkbenchContext workbenchContext, String txManagerName)AddWritableDataStoreLayerWizardPanel(WorkbenchContext context)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 WorkbenchContext Constructor Description H2DataStoreDataSource(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 WorkbenchContext Constructor Description SaveToPostGISDataSource(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 WorkbenchContext Constructor Description PostGISDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context)PostGISDataStoreDataSource(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 WorkbenchContext Modifier and Type Method Description protected 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 WorkbenchContext Constructor Description TransactionManagerPanel(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 WorkbenchContext Modifier and Type Method Description MultiEnableCheckInvertSelectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckReplicateSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSelectAllLayerItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckSelectAllModifiedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckSelectGeometryCollectionsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSelectItemsByCircleFromSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSelectItemsByFenceFromSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckSelectLayersWithSelectedItemsPlugIn. 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 WorkbenchContext Modifier and Type Method Description static CursorToolDrawFenceTool. create(WorkbenchContext context)Constructors in org.openjump.core.ui.plugin.edit.helpclassesselection with parameters of type WorkbenchContext Constructor Description DrawFenceTool(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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static 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) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.edittoolbox.tab
Constructors in org.openjump.core.ui.plugin.edittoolbox.tab with parameters of type WorkbenchContext Constructor Description ConstraintManager(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 WorkbenchContext Modifier and Type Method Description static voidOpenWizardPlugIn. addWizard(WorkbenchContext workbenchContext, WizardGroup wizard)static voidSaveWizardPlugIn. addWizard(WorkbenchContext workbenchContext, WizardGroup wizard)static MultiEnableCheckSaveImageAsSVGPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckSaveLayersWithoutDataSourcePlugIn. 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 WorkbenchContext Constructor Description DataSourceQueryChooserOpenWizard(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 WorkbenchContext Modifier and Type Method Description voidOpenFileWizard. 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 WorkbenchContext Constructor Description ChooseProjectPanel(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 WorkbenchContext Modifier and Type Method Description voidSaveToFileWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)Constructors in org.openjump.core.ui.plugin.file.save with parameters of type WorkbenchContext Constructor Description SelectFilePanel(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer with parameters of type WorkbenchContext Modifier and Type Method Description EnableCheckChangeLayerableNamePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCombineSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckExportLayerableEnvelopeAsGeometryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckExtractLayerInFence. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckExtractLayersByAttribute. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckExtractLayersByGeometry. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckLayerableStylePlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckLayerPropertiesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckMoveSelectedLayersPlugIn. 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 WorkbenchContext Modifier and Type Field Description protected WorkbenchContextToggleRasterImageVisibility. wbContextMethods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type WorkbenchContext Modifier and Type Method Description static MultiEnableCheckChangeRasterImagePropertiesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCopySelectedRasterImageLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCutSelectedRasterImageLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckExtractSelectedPartOfImage. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckPasteRasterImageLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRemoveSelectedRasterImageLayersPlugIn. 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 Constructor Description ToggleRasterImageVisibility(WorkbenchContext wbContext) -
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 WorkbenchContext Modifier and Type Method Description voidRasterColorEditorPanel. 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.mousemenu
Methods in org.openjump.core.ui.plugin.mousemenu with parameters of type WorkbenchContext Modifier and Type Method Description static MultiEnableCheckCenterZoomPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckDuplicateItemPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckEditSelectedSidePlugIn. createEnableCheck(WorkbenchContext workbenchContext)static EnableCheckMeasureSelectedPlugIn. createEnableCheck(WorkbenchContext context)MultiEnableCheckMergeSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckMoveAlongAnglePlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckNodeFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckNodeLinesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckNodePolygonsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckReverseOrientationPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRotatePlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSaveDatasetsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckSplitFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckSplitLinesNodePolygonsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckSplitPolygonsNodeLinesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckZoomInPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckZoomOutPlugIn. createEnableCheck(WorkbenchContext workbenchContext)voidMeasureSelectedPlugIn. measure(WorkbenchContext context, org.locationtech.jts.geom.Geometry geom)EnableCheckEditSelectedSidePlugIn. noMultiShapesMayBeSelectedCheck(WorkbenchContext workbenchContext)EnableCheckEditSelectedSidePlugIn. noPointsMayBeSelectedCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.mousemenu.category
Methods in org.openjump.core.ui.plugin.mousemenu.category with parameters of type WorkbenchContext Modifier and Type Method Description static MultiEnableCheckMoveCategoryOneDown. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckMoveCategoryOneUp. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckMoveCategoryToBottom. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckMoveCategoryToTop. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSetCategoryVisibilityPlugIn. createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.raster
Methods in org.openjump.core.ui.plugin.raster with parameters of type WorkbenchContext Modifier and Type Method Description static MultiEnableCheckCreateLatticeFromSelectedImageLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckCreatePolygonGridFromSelectedImageLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckCropWarpPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckKernelAnalysisPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckManageDataPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckRasterImageLayerPropertiesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRasterQueryCursorTool. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRasterQueryDragTool. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRasterQueryPlugIn. 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 WorkbenchContext Constructor Description ProfileGraphTool(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 WorkbenchContext Modifier and Type Method Description voidRasterColorEditor. 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description EnableCheckImportSLDPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckLoadStylePlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckSaveStylePlugIn. 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static MultiEnableCheckAdd3DGeometryAttributesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckAddGeometryAttributesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckAutoAssignAttributePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckBlendLineStringsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckConvexHullPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckCreateThiessenPolygonsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckDeleteDuplicateGeometriesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckDeleteEmptyGeometriesPlugIn. 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)MultiEnableCheckJoinWithArcPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckMakeValidPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckMeasureM_FPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckMergeTwoSelectedPolygonsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckMultiRingBufferSelectedPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckPlumePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckProjectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckReducePointsISAPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckRemoveSpikePlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckReplaceValuePlugIn. createEnableCheck(WorkbenchContext workbenchContext)Deprecated.static MultiEnableCheckSimplifyWithJTSAlgorithmPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckSplitPolygonPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckTriangulationPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckUnionByAttributePlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckUpdateWithJoinPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckVoronoiDiagramPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckPlumePlugIn. onlyOneLinestringMayBeSelected(WorkbenchContext workbenchContext)EnableCheckSplitPolygonPlugIn. onlyPolyAndLinestringMayBeSelected(WorkbenchContext workbenchContext)Constructors in org.openjump.core.ui.plugin.tools with parameters of type WorkbenchContext Constructor Description AdvancedMeasureOptionsPanel(WorkbenchContext context)AdvancedMeasureTool(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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description MultiEnableCheckCreateGridPlugIn. 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static 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.MultiEnableCheckStatisticOverViewPlugIn. 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 WorkbenchContext Modifier and Type Method Description static MultiEnableCheckZoomToScalePlugIn. createEnableCheck(WorkbenchContext workbenchContext)Constructors in org.openjump.core.ui.plugin.view with parameters of type WorkbenchContext Constructor Description SuperZoomPanTool(WorkbenchContext context) -
Uses of WorkbenchContext in org.openjump.core.ui.plugin.view.showcenter
Methods in org.openjump.core.ui.plugin.view.showcenter with parameters of type WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description MultiEnableCheckWMSLegendPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckWMSStylePlugIn. createEnableCheck(WorkbenchContext workbenchContext)voidAddWmsLayerWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)Constructors in org.openjump.core.ui.plugin.wms with parameters of type WorkbenchContext Constructor Description AddWmsLayerWizard(WorkbenchContext 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 WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Constructor Description CheckBoxFieldComponentFactory(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 WorkbenchContext Constructor Description EnableCheckMenuItemShownListener(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 WorkbenchContext Modifier and Type Method Description voidAbstractWizardGroup. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)voidWizardGroup. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)Constructors in org.openjump.core.ui.swing.wizard with parameters of type WorkbenchContext Constructor Description WizardGroupDialog(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 WorkbenchContext Modifier and Type Method Description static CategoryTaskUtil. getSelectedCategoryName(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.sextante.gui.additionalResults
Fields in org.openjump.sextante.gui.additionalResults declared as WorkbenchContext Modifier and Type Field Description static WorkbenchContextAdditionalResultsFrame. workbenchContextMethods in org.openjump.sextante.gui.additionalResults with parameters of type WorkbenchContext Modifier and Type Method Description MultiEnableCheckAdditionalResultsPlugIn. createEnableCheck(WorkbenchContext workbenchContext) -
Uses of WorkbenchContext in org.openjump.util.python
Fields in org.openjump.util.python declared as WorkbenchContext Modifier and Type Field Description static WorkbenchContextJUMP_GIS_Framework. workbenchContextMethods in org.openjump.util.python with parameters of type WorkbenchContext Modifier and Type Method Description static 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 WorkbenchContext Modifier and Type Method Description WorkbenchContextDrawCustomTool.CustomToolEvent. getWc()Constructors in org.openjump.util.python.pythonexampleclasses with parameters of type WorkbenchContext Constructor Description ConstrainedNClickTool(WorkbenchContext context)DrawCustomTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil)
-