| Package | Description |
|---|---|
| com.vividsolutions.jump.workbench | |
| com.vividsolutions.jump.workbench.datasource |
The DataSourceQueryChooser API is used to provide a GUI for a
DataSource, enabling it to be part of the JUMP Workbench.
|
| com.vividsolutions.jump.workbench.plugin |
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
|
| com.vividsolutions.jump.workbench.ui | |
| com.vividsolutions.jump.workbench.ui.plugin |
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
|
| com.vividsolutions.jump.workbench.ui.plugin.analysis | |
| com.vividsolutions.jump.workbench.ui.plugin.clipboard | |
| com.vividsolutions.jump.workbench.ui.plugin.generate | |
| com.vividsolutions.jump.workbench.ui.plugin.wms | |
| com.vividsolutions.jump.workbench.ui.renderer.style | |
| com.vividsolutions.jump.workbench.ui.style | |
| com.vividsolutions.jump.workbench.ui.toolbox | |
| com.vividsolutions.jump.workbench.ui.zoom |
| Modifier and Type | Class and Description |
|---|---|
class |
JUMPWorkbenchContext
Implementation of
WorkbenchContext for the JUMPWorkbench. |
| Modifier and Type | Method and Description |
|---|---|
WorkbenchContext |
JUMPWorkbench.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Setup.setup(WorkbenchContext workbenchContext) |
void |
JUMPConfiguration.setup(WorkbenchContext workbenchContext) |
| Modifier and Type | Method and Description |
|---|---|
static MultiEnableCheck |
SaveDatasetAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
static MultiEnableCheck |
LoadDatasetPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
| Constructor and Description |
|---|
LoadFileDataSourceQueryChooser(Class dataSourceClass,
String description,
String[] extensions,
WorkbenchContext context) |
SaveFileDataSourceQueryChooser(Class dataSourceClass,
String description,
String[] extensions,
WorkbenchContext context) |
| Modifier and Type | Method and Description |
|---|---|
WorkbenchContext |
PlugInContext.getWorkbenchContext() |
| Modifier and Type | Method and Description |
|---|---|
static ActionListener |
AbstractPlugIn.toActionListener(PlugIn plugIn,
WorkbenchContext workbenchContext,
TaskMonitorManager taskMonitorManager) |
| Constructor and Description |
|---|
EnableCheckFactory(WorkbenchContext workbenchContext) |
PlugInContext(WorkbenchContext workbenchContext,
Task task,
LayerManagerProxy layerManagerProxy,
LayerNamePanel layerNamePanel,
LayerViewPanel layerViewPanel) |
PlugInManager(WorkbenchContext context,
File plugInDirectory,
TaskMonitor monitor) |
| Modifier and Type | Field and Description |
|---|---|
protected WorkbenchContext |
LayerViewFrame.workbenchContext |
| Modifier and Type | Method and Description |
|---|---|
WorkbenchContext |
WorkbenchFrame.getContext() |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
FeatureInstaller(WorkbenchContext workbenchContext) |
| Modifier and Type | Method and Description |
|---|---|
MultiEnableCheck |
CalculateAreasAndLengthsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
| Modifier and Type | Method and Description |
|---|---|
MultiEnableCheck |
PasteLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
static MultiEnableCheck |
PasteItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
MultiEnableCheck |
CutSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
MultiEnableCheck |
CutSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
static MultiEnableCheck |
CopyThisCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
MultiEnableCheck |
CopySelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
static MultiEnableCheck |
CopySelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
static MultiEnableCheck |
CopyImagePlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
| Modifier and Type | Method and Description |
|---|---|
UndoableCommand |
ShowTriangulationPlugIn.addLayerGeneration(UndoableCommand wrappeeCommand,
WorkbenchContext context,
boolean createLayersIfNonExistent) |
EnableCheck |
ShowTriangulationPlugIn.createEnableCheck(WorkbenchContext context) |
| Modifier and Type | Method and Description |
|---|---|
MultiEnableCheck |
EditWMSQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
| Constructor and Description |
|---|
ColorThemingStylePanel(Layer layer,
WorkbenchContext workbenchContext) |
| Modifier and Type | Method and Description |
|---|---|
MultiEnableCheck |
ChangeStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
| Modifier and Type | Method and Description |
|---|---|
WorkbenchContext |
ToolboxDialog.getContext() |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
ToolboxDialog(WorkbenchContext context) |
| Modifier and Type | Method and Description |
|---|---|
static MultiEnableCheck |
ZoomToSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
MultiEnableCheck |
ZoomToLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
MultiEnableCheck |
ZoomToFullExtentPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
MultiEnableCheck |
ZoomToCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
MultiEnableCheck |
ZoomPreviousPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
MultiEnableCheck |
ZoomNextPlugIn.createEnableCheck(WorkbenchContext workbenchContext) |
Copyright © 2015. All rights reserved.