Uses of Class
org.locationtech.jts.jump.workbench.WorkbenchContext
-
Packages that use WorkbenchContext Package Description org.locationtech.jts.jump.workbench 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 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.generate org.locationtech.jts.jump.workbench.ui.plugin.wms org.locationtech.jts.jump.workbench.ui.renderer.style org.locationtech.jts.jump.workbench.ui.style org.locationtech.jts.jump.workbench.ui.toolbox org.locationtech.jts.jump.workbench.ui.zoom -
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench
Subclasses of WorkbenchContext in org.locationtech.jts.jump.workbench Modifier and Type Class Description class
JUMPWorkbenchContext
Implementation ofWorkbenchContext
for theJUMPWorkbench
.Methods in org.locationtech.jts.jump.workbench that return WorkbenchContext Modifier and Type Method Description WorkbenchContext
JUMPWorkbench. getContext()
Methods in org.locationtech.jts.jump.workbench with parameters of type WorkbenchContext Modifier and Type Method Description void
JUMPConfiguration. setup(WorkbenchContext workbenchContext)
void
Setup. setup(WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.datasource
Methods in org.locationtech.jts.jump.workbench.datasource with parameters of type WorkbenchContext Modifier and Type Method Description static MultiEnableCheck
LoadDatasetPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
static MultiEnableCheck
SaveDatasetAsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
Constructors in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return WorkbenchContext Modifier and Type Method Description WorkbenchContext
PlugInContext. getWorkbenchContext()
Methods in org.locationtech.jts.jump.workbench.plugin with parameters of type WorkbenchContext Modifier and Type Method Description static ActionListener
AbstractPlugIn. toActionListener(PlugIn plugIn, WorkbenchContext workbenchContext, TaskMonitorManager taskMonitorManager)
Constructors in org.locationtech.jts.jump.workbench.plugin with parameters of type WorkbenchContext Constructor Description EnableCheckFactory(WorkbenchContext workbenchContext)
PlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel)
PlugInManager(WorkbenchContext context, File plugInDirectory, TaskMonitor monitor)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.ui
Fields in org.locationtech.jts.jump.workbench.ui declared as WorkbenchContext Modifier and Type Field Description protected WorkbenchContext
LayerViewFrame. workbenchContext
Methods in org.locationtech.jts.jump.workbench.ui that return WorkbenchContext Modifier and Type Method Description WorkbenchContext
WorkbenchFrame. getContext()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type WorkbenchContext Modifier and Type Method Description JButton
WorkbenchToolBar. addPlugIn(Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext)
static void
AttributeTab. addPopupMenuItem(WorkbenchContext workbenchContext, PlugIn plugIn, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
static AboutDialog
AboutDialog. instance(WorkbenchContext context)
static TitledPopupMenu
AttributeTab. popupMenu(WorkbenchContext context)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type WorkbenchContext 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)
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 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)
static Blackboard
PersistentBlackboardPlugIn. get(WorkbenchContext context)
Constructors in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type WorkbenchContext Constructor Description FeatureInstaller(WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.ui.plugin.analysis
Methods in org.locationtech.jts.jump.workbench.ui.plugin.analysis with parameters of type WorkbenchContext Modifier and Type Method Description MultiEnableCheck
CalculateAreasAndLengthsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.ui.plugin.clipboard
Methods in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui.plugin.generate
Methods in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui.plugin.wms
Methods in org.locationtech.jts.jump.workbench.ui.plugin.wms with parameters of type WorkbenchContext Modifier and Type Method Description MultiEnableCheck
EditWMSQueryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.ui.renderer.style
Constructors in org.locationtech.jts.jump.workbench.ui.renderer.style with parameters of type WorkbenchContext Constructor Description ColorThemingStylePanel(Layer layer, WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.ui.style
Methods in org.locationtech.jts.jump.workbench.ui.style with parameters of type WorkbenchContext Modifier and Type Method Description MultiEnableCheck
ChangeStylesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.ui.toolbox
Methods in org.locationtech.jts.jump.workbench.ui.toolbox that return WorkbenchContext Modifier and Type Method Description WorkbenchContext
ToolboxDialog. getContext()
Methods in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type WorkbenchContext Modifier and Type Method Description void
ToolboxPlugIn. createMainMenuItem(String[] menuPath, Icon icon, WorkbenchContext context)
Creates a menu item with a checkbox beside it that appears when the toolbox is visible.ToolboxDialog
ToolboxPlugIn. getToolbox(WorkbenchContext context)
Constructors in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type WorkbenchContext Constructor Description ToolboxDialog(WorkbenchContext context)
-
Uses of WorkbenchContext in org.locationtech.jts.jump.workbench.ui.zoom
Methods in org.locationtech.jts.jump.workbench.ui.zoom with parameters of type WorkbenchContext 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)
-