| Package | Description |
|---|---|
| com.vividsolutions.jump.workbench | |
| com.vividsolutions.jump.workbench.model |
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
|
| 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.cursortool | |
| 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.generate | |
| com.vividsolutions.jump.workbench.ui.toolbox | |
| com.vividsolutions.jump.workbench.ui.warp |
| Modifier and Type | Class and Description |
|---|---|
class |
JUMPWorkbenchContext
Implementation of
WorkbenchContext for the JUMPWorkbench. |
class |
WorkbenchContext
Convenience methods for accessing the various elements in the Workbench
structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Layer
Adds colour, line-width, and other stylistic information to a Feature Collection.
|
class |
Task
Whatever the user needs to do a particular task.
|
| Modifier and Type | Method and Description |
|---|---|
static UndoableCommand |
Layer.addUndo(String layerName,
LayerManagerProxy proxy,
UndoableCommand wrappeeCommand)
Enables a layer to be changed undoably.
|
| Constructor and Description |
|---|
AbstractVectorLayerFinder(String layerName,
LayerManagerProxy layerManagerProxy,
Color color) |
FenceLayerFinder(LayerManagerProxy layerManagerProxy) |
LayerTreeModel(LayerManagerProxy layerManagerProxy) |
SystemLayerFinder(String layerName,
LayerManagerProxy layerManagerProxy) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlugInContext
Passed to PlugIns to enable them to access the rest of the JUMP Workbench.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractPlugIn.execute(UndoableCommand command,
LayerManagerProxy layerManagerProxy) |
| Constructor and Description |
|---|
PlugInContext(WorkbenchContext workbenchContext,
Task task,
LayerManagerProxy layerManagerProxy,
LayerNamePanel layerNamePanel,
LayerViewPanel layerViewPanel) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LayerNamePanel |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeTab
Implements an Attribute Tab.
|
class |
DummyLayerNamePanel
Implements a minimal LayerNamePanel in a JPanel.
|
class |
InfoFrame
Provides proxied (non-spatial) views of a Layer.
|
class |
LayerViewPanel
Be sure to call #dispose() when the LayerViewPanel is no longer
needed.
|
class |
OneLayerAttributeTab
Displays and stays in sync with a single Layer.
|
class |
PrimaryInfoFrame
A TaskFrame can have several InfoFrames, but one PrimaryInfoFrame.
|
class |
TaskFrame |
class |
TreeLayerNamePanel |
| Constructor and Description |
|---|
AttributePanel(InfoModel model,
WorkbenchContext workbenchContext,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy) |
AttributeTab(InfoModel model,
WorkbenchContext workbenchContext,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy) |
InfoFrame(WorkbenchContext workbenchContext,
LayerManagerProxy layerManagerProxy,
TaskFrame taskFrame) |
OneLayerAttributeTab(WorkbenchContext context,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy) |
PrimaryInfoFrame(WorkbenchContext workbenchContext,
LayerManagerProxy layerManagerProxy,
TaskFrame taskFrame) |
SelectionManager(LayerViewPanel panel,
LayerManagerProxy layerManagerProxy) |
TreeLayerNamePanel(LayerManagerProxy layerManagerProxy,
TreeModel treeModel,
RenderingManager renderingManager,
Map additionalNodeClassToTreeCellRendererMap) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractVectorLayerFinder |
VectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewAttributesPlugIn.ViewAttributesFrame |
| Modifier and Type | Method and Description |
|---|---|
static UndoableCommand |
ShowTriangulationPlugIn.addUndo(UndoableCommand wrappeeCommand,
LayerManagerProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
protected Layer |
MainButtonPlugIn.generateLayer(String name,
String category,
Color color,
LayerManagerProxy proxy,
FeatureCollection featureCollection,
String description) |
protected Layer |
MainButtonPlugIn.generateLineLayer(String name,
String category,
Color color,
LayerManagerProxy proxy,
FeatureCollection featureCollection,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractVectorLayerFinder |
DrawWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) |
protected AbstractVectorLayerFinder |
DrawIncrementalWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) |
protected AbstractVectorLayerFinder |
DeleteWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) |
protected AbstractVectorLayerFinder |
DeleteIncrementalWarpingVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) |
protected abstract AbstractVectorLayerFinder |
AbstractDeleteVectorTool.createVectorLayerFinder(LayerManagerProxy layerManagerProxy) |
| Constructor and Description |
|---|
IncrementalWarpingVectorLayerFinder(LayerManagerProxy layerManagerProxy) |
WarpingVectorLayerFinder(LayerManagerProxy layerManagerProxy) |
Copyright © 2015. All rights reserved.