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 MultiEnableCheckLoadDatasetPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSaveDatasetAsPlugIn. 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 MultiEnableCheckMultiEnableCheck. 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 MultiEnableCheckAddNewCategoryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckAddNewFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckClearSelectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCombineSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckDeleteAllFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckDeleteSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckEditSelectedFeaturePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckExplodeSelectedFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckFeatureInfoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckMapToolTipsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckMoveLayerablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRedoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRemoveSelectedCategoriesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckRemoveSelectedLayersPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSaveDatasetAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSaveImageAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSelectFeaturesInFencePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckUndoPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckViewAttributesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckViewSchemaPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckFeatureInstaller. createFenceExistsCheck()Deprecated.Use the EnableCheckFactory methods insteadMultiEnableCheckFeatureInstaller. createLayersSelectedCheck()Deprecated.Use the EnableCheckFactory methods insteadMultiEnableCheckFeatureInstaller. createOneLayerSelectedCheck()Deprecated.Use the EnableCheckFactory methods insteadMultiEnableCheckFeatureInstaller. 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 MultiEnableCheckCalculateAreasAndLengthsPlugIn. 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 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 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 MultiEnableCheckEditWMSQueryPlugIn. 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 MultiEnableCheckChangeStylesPlugIn. 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 MultiEnableCheckZoomNextPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomPreviousPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomToCoordinatePlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomToFullExtentPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckZoomToLayerPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckZoomToSelectedItemsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-