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 WorkbenchContext
SpatialDSLayer. workbenchContext
Constructors 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 EnableCheck
AffineTransformationPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
ExtractSegmentsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
GeometrySnapperPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
LineNoderPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
NoderPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
PolygonizerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
PrecisionReducerPlugIn. 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 MultiEnableCheck
DiffGeometryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in com.vividsolutions.jump.workbench
Subclasses of WorkbenchContext in com.vividsolutions.jump.workbench Modifier and Type Class Description class
JUMPWorkbenchContext
Implementation ofWorkbenchContext
for theJUMPWorkbench
.Methods in com.vividsolutions.jump.workbench that return WorkbenchContext Modifier and Type Method Description WorkbenchContext
JUMPWorkbench. getContext()
Methods in com.vividsolutions.jump.workbench with parameters of type WorkbenchContext Modifier and Type Method Description void
JUMPConfiguration. postExtensionInitialization(WorkbenchContext workbenchContext)
void
JUMPConfiguration. setup(WorkbenchContext workbenchContext)
void
Setup. 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 MultiEnableCheck
AbstractLoadDatasetPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
AbstractSaveDatasetAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
LoadDatasetPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
protected abstract Collection
AbstractLoadSaveDatasetPlugIn. showDialog(WorkbenchContext context)
protected Collection
LoadSaveDatasetFileMixin. showDialog(JFileChooser fileChooser, Class fileDataSourceQueryChooserClass, WorkbenchContext context)
protected Collection
SaveDatasetAsFilePlugIn. 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 ConnectionManager
ConnectionManager. 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 WorkbenchContext
ReferencedImageFactoryFileLayerLoader. workbenchContext
Methods in com.vividsolutions.jump.workbench.imagery with parameters of type WorkbenchContext Modifier and Type Method Description boolean
ReferencedImageFactory. 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 boolean
ECWImageFactory. 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 boolean
GeoImageFactory. isAvailable(WorkbenchContext context)
static void
GeoImageFactoryFileLayerLoader. 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 boolean
AbstractGraphicImageFactory. isAvailable(WorkbenchContext context)
boolean
CommonsImageFactory. isAvailable(WorkbenchContext context)
boolean
IOGraphicImageFactory. isAvailable(WorkbenchContext context)
boolean
JAIGraphicImageFactory. 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 boolean
MrSIDImageFactory. 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 boolean
OpenJpegImageFactory. 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 WorkbenchContext
AbstractPlugIn. getWorkbenchContext()
WorkbenchContext
PlugInContext. getWorkbenchContext()
Methods in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContext Modifier and Type Method Description static EnableCheck
StartMacroPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static EnableCheck
StopMacroPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static EnableCheckFactory
EnableCheckFactory. getInstance(WorkbenchContext workbenchContext)
static ActionListener
AbstractPlugIn. 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 WorkbenchContext
LayerViewFrame. workbenchContext
Methods in com.vividsolutions.jump.workbench.ui that return WorkbenchContext Modifier and Type Method Description WorkbenchContext
WorkbenchFrame. getContext()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContext Modifier and Type Method Description JButton
WorkbenchToolBar. addPlugIn(int index, PlugIn plugIn, Icon icon, EnableCheck enableCheck, WorkbenchContext workbenchContext)
JButton
WorkbenchToolBar. addPlugIn(Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext)
static MultiEnableCheck
SchemaPanel. createPasteEnableCheck(WorkbenchContext workbenchContext)
static AboutDialog
AboutDialog. instance(WorkbenchContext context)
static TitledPopupMenu
AttributeTab. 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 WorkbenchContext
AbstractCursorTool. 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 CursorTool
DrawLineStringTool. create(WorkbenchContext context)
static CursorTool
DrawPointTool. create(WorkbenchContext context)
static CursorTool
DrawPolygonTool. create(WorkbenchContext context)
static CursorTool
DrawRectangleTool. 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 EnableCheck
AddNewCategoryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
AddNewFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ClearSelectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
CombineSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
CopySchemaPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
CopySelectedLayersToWarpingVectorsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
DeleteAllFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
DeleteSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
EditablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
EditSelectedFeaturePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ExplodeSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static EnableCheck
FeatureInfoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
FeatureStatisticsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
LayerStatisticsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
MapToolTipsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
MoveLayerablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
MoveLayerablePlugIn.MoveLayerableDownPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
MoveLayerablePlugIn.MoveLayerableUpPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
NewTaskPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
PasteSchemaPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RedoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RemoveSelectedCategoriesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RemoveSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SaveImageAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
SelectablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SelectFeaturesInFencePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
UndoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static EnableCheck
UniqueFeatureInfoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ValidateSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
VerticesInFencePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ViewAttributesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ViewSchemaPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static Blackboard
PersistentBlackboardPlugIn. get(WorkbenchContext context)
static FeatureInstaller
FeatureInstaller. getInstance(WorkbenchContext context)
static ArrayList
OpenProjectPlugIn. getRecentList(WorkbenchContext context)
Deprecated.static void
OpenProjectPlugIn. putRecentList(WorkbenchContext context, String path)
Deprecated.void
WorkbenchContextReference. 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 MultiEnableCheck
CopyImagePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
CopySelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
CopySelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
CopyThisCoordinatePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
CutSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
CutSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
PasteItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
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 WorkbenchContext Modifier and Type Field Description protected WorkbenchContext
DataStoreDataSource. context
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return WorkbenchContext Modifier and Type Method Description WorkbenchContext
ConnectionPanel. getContext()
protected WorkbenchContext
DataStoreDataSource. getWorkbenchContext()
protected WorkbenchContext
DataStoreQueryDataSource. getWorkbenchContext()
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContext Modifier and Type Method Description static EnableCheck
RefreshDataStoreLayerPlugin. createEnableCheck(WorkbenchContext context)
static Icon
ConnectionManagerPanel. getConnectionIcon(ConnectionDescriptor desc, boolean isClosed, WorkbenchContext context)
Returns the icon corresponding to this @link DataStoreConnection and its state (closed or opened)static Object
AddDatastoreLayerPanel. runInKillableThread(String description, WorkbenchContext context, AddDatastoreLayerPanel.Block block)
void
DataStoreDataSource. setWorkbenchContext(WorkbenchContext context)
void
DataStoreQueryDataSource. 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 UndoableCommand
ShowTriangulationPlugIn. addLayerGeneration(UndoableCommand wrappeeCommand, WorkbenchContext context, boolean createLayersIfNonExistent)
EnableCheck
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 WorkbenchContext Modifier and Type Method Description MultiEnableCheck
AddImageLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static EnableCheck
ImageLayerManagerPlugIn. 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 MultiEnableCheck
CoverageSimplifierPlugIn. 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 MultiEnableCheck
EditWMSQueryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.renderer.style
Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type WorkbenchContext 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 MultiEnableCheck
ChangeStylesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
Deprecated.static MultiEnableCheck
CopyStylesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
LegendPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
PasteStylesPlugIn. 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 WorkbenchContext
ToolboxDialog. getContext()
Methods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext Modifier and Type Method Description void
ToolboxPlugIn. createMainMenuItem(String[] menuPath, Icon icon, WorkbenchContext context)
Deprecated.Creates a menu item with a checkbox beside it that appears when the toolbox is visible.ToolboxDialog
ToolboxPlugIn. 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 Icon
AffineTransformPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
Icon
ProjectiveTransformPlugIn. 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 MultiEnableCheck
PanToSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomNextPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomPreviousPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomToCoordinatePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomToFencePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomToFullExtentPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomToLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ZoomToSelectedItemsPlugIn. 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 MultiEnableCheck
EditAttributeByFormulaPlugIn. 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 MultiEnableCheck
StandardPirolPlugIn. 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 void
ExtensionHelper. 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 MultiEnableCheck
DeeChangeStylesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
LayerStyle2SLDPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in org.openjump
Methods in org.openjump with parameters of type WorkbenchContext Modifier and Type Method Description static void
OpenJumpConfiguration. 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 Layerable
LayerTools. getSelectedLayerable(WorkbenchContext context, Class layerableClass)
get one Layer that is selectedstatic void
IOTools. 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 WorkbenchContext
RasterImageLayerRendererFactory. wbContext
Methods in org.openjump.core.rasterimage with parameters of type WorkbenchContext Modifier and Type Method Description protected org.locationtech.jts.geom.Envelope
AddRasterImageLayerWizard. 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 Rectangle
RasterImageLayer. getViewportRectangle(WorkbenchContext workbenchContext)
void
AddRasterImageLayerWizard. 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 MultiEnableCheck
RasterLegendPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
RasterStylesPlugIn. 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 void
GUIUtils. 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 void
DataSourceFileLayerLoader. 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 WorkbenchContext
AbstractUiPlugIn. workbenchContext
The workbench context.Methods in org.openjump.core.ui.plugin with parameters of type WorkbenchContext Modifier and Type Method Description protected void
AbstractUiPlugIn. 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 EnableCheck
EditDataStoreQueryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
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 WritableDataStoreDataSource
DataStoreDataSourceFactory. createWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, boolean tableAlreadyCreated, String txManagerClass, WorkbenchContext context)
void
SaveToDataStoreWizard. 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 void
TransactionManagerPanel. init(WorkbenchContext context)
void
DataStoreTransactionManagerPlugIn. setWorkbenchContext(WorkbenchContext context)
void
TransactionManagerPanel. 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 MultiEnableCheck
InvertSelectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ReplicateSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SelectAllLayerItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
SelectAllModifiedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
SelectGeometryCollectionsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SelectItemsByCircleFromSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SelectItemsByFenceFromSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
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 WorkbenchContext Modifier and Type Method Description static CursorTool
DrawFenceTool. 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 MultiEnableCheck
DrawCircleWithGivenRadiusPlugIn. 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 CursorTool
AutoCompletePolygonCursorTool. create(WorkbenchContext context)
static CursorTool
CutPolygonTool. create(WorkbenchContext context)
static CursorTool
DrawCircleWithGivenRadiusTool. create(WorkbenchContext context)
static CursorTool
DrawConstrainedArcTool. create(WorkbenchContext context)
static CursorTool
DrawConstrainedCircleTool. create(WorkbenchContext context)
static CursorTool
DrawConstrainedLineStringTool. create(WorkbenchContext context)
static CursorTool
DrawConstrainedPolygonTool. create(WorkbenchContext context)
protected boolean
CutFeaturesTool. isRollingBackInvalidEdits(WorkbenchContext context)
protected boolean
CutPolygonTool. isRollingBackInvalidEdits(WorkbenchContext context)
protected boolean
RemodelerTool. 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 void
OpenWizardPlugIn. addWizard(WorkbenchContext workbenchContext, WizardGroup wizard)
static void
SaveWizardPlugIn. addWizard(WorkbenchContext workbenchContext, WizardGroup wizard)
static MultiEnableCheck
SaveImageAsSVGPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
SaveLayersWithoutDataSourcePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static OpenRecentPlugIn
OpenRecentPlugIn. get(WorkbenchContext context)
void
DataSourceQueryChooserOpenWizard. 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 void
OpenFileWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
OpenProjectWizard. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
protected void
OpenFileWizard. initPanels(WorkbenchContext workbenchContext)
static void
OpenProjectWizard. 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 void
SaveToFileWizard. 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 EnableCheck
ChangeLayerableNamePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
CombineSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ExportLayerableEnvelopeAsGeometryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ExtractLayerInFence. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ExtractLayersByAttribute. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ExtractLayersByGeometry. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
LayerableStylePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
LayerPropertiesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
MoveSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
NewLayerPropertiesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SortCategoryAbstractPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SortCategoryRestorePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ToggleVisibilityPlugIn. 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 WorkbenchContext
ToggleRasterImageVisibility. wbContext
Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type WorkbenchContext Modifier and Type Method Description static MultiEnableCheck
ChangeRasterImagePropertiesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
CopySelectedRasterImageLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
CutSelectedRasterImageLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ExtractSelectedPartOfImage. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
PasteRasterImageLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RemoveSelectedRasterImageLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SaveRasterImageAsImagePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
WarpImageToFencePlugIn. 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 void
RasterColorEditorPanel. changeColorsIntervals(WorkbenchContext context, Color[] colors, Color noDataColor, double min, double max)
void
RasterColorEditorPanel. changeColorsRamp(WorkbenchContext context, Color[] colors, Color noDataColor, double min, double max)
void
RasterColorEditorPanel. 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 MultiEnableCheck
CenterZoomPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
DuplicateItemPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
EditSelectedSidePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static EnableCheck
MeasureSelectedPlugIn. createEnableCheck(WorkbenchContext context)
MultiEnableCheck
MergeSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
MoveAlongAnglePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
NodeFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
NodeLinesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
NodePolygonsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ReverseOrientationPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RotatePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SaveDatasetsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
SplitFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
SplitLinesNodePolygonsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
SplitPolygonsNodeLinesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ZoomInPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ZoomOutPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
void
MeasureSelectedPlugIn. measure(WorkbenchContext context, org.locationtech.jts.geom.Geometry geom)
EnableCheck
EditSelectedSidePlugIn. noMultiShapesMayBeSelectedCheck(WorkbenchContext workbenchContext)
EnableCheck
EditSelectedSidePlugIn. 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 MultiEnableCheck
MoveCategoryOneDown. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
MoveCategoryOneUp. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
MoveCategoryToBottom. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
MoveCategoryToTop. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SetCategoryVisibilityPlugIn. 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 MultiEnableCheck
CreateLatticeFromSelectedImageLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
CreatePolygonGridFromSelectedImageLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
CropWarpPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
KernelAnalysisPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ManageDataPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
RasterImageLayerPropertiesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RasterQueryCursorTool. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RasterQueryDragTool. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RasterQueryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
VectorizeToContoursPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
VectorizeToPolygonsPlugIn. 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 void
RasterColorEditor. 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 MultiEnableCheck
ChangeNoDataValuePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ChangeRangeValuesToNoDataPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ChangeValueToNoDataPlugIn. 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 MultiEnableCheck
DEMStatisticsPlugIn. 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 EnableCheck
ImportSLDPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
LoadStylePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
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 WorkbenchContext Modifier and Type Method Description static MultiEnableCheck
TaskPropertiesPlugIn. 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 MultiEnableCheck
Add3DGeometryAttributesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
AddGeometryAttributesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
AutoAssignAttributePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
BlendLineStringsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ConvexHullPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
CreateThiessenPolygonsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
DeleteDuplicateGeometriesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
DeleteEmptyGeometriesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
Dissolve2PlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
DissolvePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
EraseLayerAWithLayerBPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
GenerateRandomNumberPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
GenerateRandomStringPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
GenerateUniqueRandomIdPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
JoinAttributesSpatiallyPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
JoinTableFromExistingLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
JoinWithArcPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
MakeValidPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
MeasureM_FPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
MergeTwoSelectedPolygonsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
MultiRingBufferSelectedPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
PlumePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ProjectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ReducePointsISAPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
RemoveSpikePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ReplaceValuePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
Deprecated.static MultiEnableCheck
SimplifyWithJTSAlgorithmPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
SplitPolygonPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
TriangulationPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
UnionByAttributePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
UpdateWithJoinPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
VoronoiDiagramPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
PlumePlugIn. onlyOneLinestringMayBeSelected(WorkbenchContext workbenchContext)
EnableCheck
SplitPolygonPlugIn. 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 MultiEnableCheck
MergePolygonsWithNeighbourPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
MergeSelectedPolygonsWithNeighbourPlugIn. 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 MultiEnableCheck
CalculateDistancesPlugIn. 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 MultiEnableCheck
SimplifyPolygonCoveragePlugIn. 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 MultiEnableCheck
CreateGridPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
LinearReferencingOnLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
LinearReferencingOnSelectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
PointLayerFromAttributeTablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
RasterizePlugIn. 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 MultiEnableCheck
ExtractCommonBoundaryBetweenPolysPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ExtractPointsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
PointsToPathsPlugIn. 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 MultiEnableCheck
CalcVarianceAndMeanPerClassPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
This method is used to define when the menu entry is activated or disabled.static MultiEnableCheck
ClassifyAttributesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
This method is used to define when the menu entry is activated or disabled.static MultiEnableCheck
CreateBarPlotPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
This method is used to define when the menu entry is activated or disabled.static MultiEnableCheck
CreateHistogramPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
This method is used to define when the menu entry is activated or disabled.static MultiEnableCheck
CreateScatterPlotPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
This method is used to define when the menu entry is activated or disabled.MultiEnableCheck
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 WorkbenchContext Modifier and Type Method Description static MultiEnableCheck
ZoomToScalePlugIn. 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 MultiEnableCheck
ShowViewCenterPlugIn. 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 EnableCheck
ArrangeViewsPlugIn. 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 MultiEnableCheck
WMSLegendPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
WMSStylePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
void
AddWmsLayerWizard. 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 FieldComponentFactory
FieldComponentFactoryRegistry. getFactory(WorkbenchContext context, String type)
static void
FieldComponentFactoryRegistry. 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 void
AbstractWizardGroup. initialize(WorkbenchContext workbenchContext, WizardDialog dialog)
void
WizardGroup. 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 Category
TaskUtil. 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 WorkbenchContext
AdditionalResultsFrame. workbenchContext
Methods in org.openjump.sextante.gui.additionalResults with parameters of type WorkbenchContext Modifier and Type Method Description MultiEnableCheck
AdditionalResultsPlugIn. 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 WorkbenchContext
JUMP_GIS_Framework. workbenchContext
Methods in org.openjump.util.python with parameters of type WorkbenchContext Modifier and Type Method Description static void
JUMP_GIS_Framework. setWorkbenchContext(WorkbenchContext workContext)
static void
ModifyGeometry. 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 WorkbenchContext
DrawCustomTool.CustomToolEvent. getWc()
Constructors in org.openjump.util.python.pythonexampleclasses with parameters of type WorkbenchContext Constructor Description ConstrainedNClickTool(WorkbenchContext context)
DrawCustomTool(WorkbenchContext context, FeatureDrawingUtil featureDrawingUtil)
-