Uses of Class
org.locationtech.jts.jump.workbench.plugin.MultiEnableCheck
-
Packages that use MultiEnableCheck Package Description org.locationtech.jts.jump.workbench.datasource The DataSourceQueryChooser API is used to provide a GUI for a DataSource, enabling it to be part of the JUMP Workbench.org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.analysis org.locationtech.jts.jump.workbench.ui.plugin.clipboard org.locationtech.jts.jump.workbench.ui.plugin.wms org.locationtech.jts.jump.workbench.ui.style org.locationtech.jts.jump.workbench.ui.zoom -
-
Uses of MultiEnableCheck in org.locationtech.jts.jump.workbench.datasource
Methods in org.locationtech.jts.jump.workbench.datasource that return MultiEnableCheck Modifier and Type Method Description static MultiEnableCheck
LoadDatasetPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SaveDatasetAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of MultiEnableCheck in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return MultiEnableCheck Modifier and Type Method Description MultiEnableCheck
MultiEnableCheck. add(EnableCheck enableCheck)
-
Uses of MultiEnableCheck in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return MultiEnableCheck Modifier and Type Method Description MultiEnableCheck
AddNewCategoryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
AddNewFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ClearSelectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
CombineSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
DeleteAllFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
DeleteSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
EditSelectedFeaturePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ExplodeSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
FeatureInfoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
MapToolTipsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
MoveLayerablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RedoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RemoveSelectedCategoriesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
RemoveSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SaveDatasetAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SaveImageAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SelectFeaturesInFencePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
UndoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ViewAttributesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ViewSchemaPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
FeatureInstaller. createFenceExistsCheck()
Deprecated.Use the EnableCheckFactory methods insteadMultiEnableCheck
FeatureInstaller. createLayersSelectedCheck()
Deprecated.Use the EnableCheckFactory methods insteadMultiEnableCheck
FeatureInstaller. createOneLayerSelectedCheck()
Deprecated.Use the EnableCheckFactory methods insteadMultiEnableCheck
FeatureInstaller. createVectorsExistCheck()
Deprecated.Use the EnableCheckFactory methods instead -
Uses of MultiEnableCheck in org.locationtech.jts.jump.workbench.ui.plugin.analysis
Methods in org.locationtech.jts.jump.workbench.ui.plugin.analysis that return MultiEnableCheck Modifier and Type Method Description MultiEnableCheck
CalculateAreasAndLengthsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of MultiEnableCheck in org.locationtech.jts.jump.workbench.ui.plugin.clipboard
Methods in org.locationtech.jts.jump.workbench.ui.plugin.clipboard that return MultiEnableCheck 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 MultiEnableCheck in org.locationtech.jts.jump.workbench.ui.plugin.wms
Methods in org.locationtech.jts.jump.workbench.ui.plugin.wms that return MultiEnableCheck Modifier and Type Method Description MultiEnableCheck
EditWMSQueryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of MultiEnableCheck in org.locationtech.jts.jump.workbench.ui.style
Methods in org.locationtech.jts.jump.workbench.ui.style that return MultiEnableCheck Modifier and Type Method Description MultiEnableCheck
ChangeStylesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of MultiEnableCheck in org.locationtech.jts.jump.workbench.ui.zoom
Methods in org.locationtech.jts.jump.workbench.ui.zoom that return MultiEnableCheck Modifier and Type Method Description MultiEnableCheck
ZoomNextPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomPreviousPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomToCoordinatePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomToFullExtentPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
MultiEnableCheck
ZoomToLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
ZoomToSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-