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 classJUMPWorkbenchContextImplementation ofWorkbenchContextfor theJUMPWorkbench.Methods in org.locationtech.jts.jump.workbench that return WorkbenchContext Modifier and Type Method Description WorkbenchContextJUMPWorkbench. getContext()Methods in org.locationtech.jts.jump.workbench with parameters of type WorkbenchContext Modifier and Type Method Description voidJUMPConfiguration. setup(WorkbenchContext workbenchContext)voidSetup. 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 MultiEnableCheckLoadDatasetPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckSaveDatasetAsPlugIn. 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 WorkbenchContextPlugInContext. getWorkbenchContext()Methods in org.locationtech.jts.jump.workbench.plugin with parameters of type WorkbenchContext Modifier and Type Method Description static ActionListenerAbstractPlugIn. 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 WorkbenchContextLayerViewFrame. workbenchContextMethods in org.locationtech.jts.jump.workbench.ui that return WorkbenchContext Modifier and Type Method Description WorkbenchContextWorkbenchFrame. getContext()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type WorkbenchContext Modifier and Type Method Description JButtonWorkbenchToolBar. addPlugIn(Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext)static voidAttributeTab. addPopupMenuItem(WorkbenchContext workbenchContext, PlugIn plugIn, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)static AboutDialogAboutDialog. instance(WorkbenchContext context)static TitledPopupMenuAttributeTab. 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 MultiEnableCheckAddNewCategoryPlugIn. createEnableCheck(WorkbenchContext workbenchContext)static MultiEnableCheckAddNewFeaturesPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckClearSelectionPlugIn. createEnableCheck(WorkbenchContext workbenchContext)MultiEnableCheckCombineSelectedFeaturesPlugIn. 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 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)static BlackboardPersistentBlackboardPlugIn. 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 MultiEnableCheckCalculateAreasAndLengthsPlugIn. 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 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 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 UndoableCommandShowTriangulationPlugIn. addLayerGeneration(UndoableCommand wrappeeCommand, WorkbenchContext context, boolean createLayersIfNonExistent)EnableCheckShowTriangulationPlugIn. 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 MultiEnableCheckEditWMSQueryPlugIn. 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 MultiEnableCheckChangeStylesPlugIn. 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 WorkbenchContextToolboxDialog. getContext()Methods in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type WorkbenchContext Modifier and Type Method Description voidToolboxPlugIn. createMainMenuItem(String[] menuPath, Icon icon, WorkbenchContext context)Creates a menu item with a checkbox beside it that appears when the toolbox is visible.ToolboxDialogToolboxPlugIn. 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 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)
-