| Package | Description |
|---|---|
| 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.cursortool | |
| com.vividsolutions.jump.workbench.ui.cursortool.editing | |
| com.vividsolutions.jump.workbench.ui.plugin.generate | |
| com.vividsolutions.jump.workbench.ui.warp |
| Modifier and Type | Field and Description |
|---|---|
static UndoableCommand |
UndoableCommand.DUMMY |
| Modifier and Type | Method and Description |
|---|---|
static UndoableCommand |
Layer.addUndo(String layerName,
LayerManagerProxy proxy,
UndoableCommand wrappeeCommand)
Enables a layer to be changed undoably.
|
| Modifier and Type | Method and Description |
|---|---|
static UndoableCommand |
Layer.addUndo(String layerName,
LayerManagerProxy proxy,
UndoableCommand wrappeeCommand)
Enables a layer to be changed undoably.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractPlugIn.execute(UndoableCommand command,
LayerManagerProxy layerManagerProxy) |
protected void |
AbstractPlugIn.execute(UndoableCommand command,
PlugInContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected UndoableCommand |
VectorTool.createCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCursorTool.execute(UndoableCommand command)
Optional means of execution, with undoability.
|
protected Feature |
VectorTool.feature(com.vividsolutions.jts.geom.LineString lineString,
Layer layer,
UndoableCommand command) |
| Modifier and Type | Method and Description |
|---|---|
UndoableCommand |
FeatureDrawingUtil.createAddCommand(com.vividsolutions.jts.geom.Geometry geometry,
boolean rollingBackInvalidEdits,
LayerViewPanel layerViewPanel,
AbstractCursorTool tool)
The calling CursorTool should call #preserveUndoHistory; otherwise the
undo history will be (unnecessarily) truncated if a problem occurs.
|
| Modifier and Type | Method and Description |
|---|---|
UndoableCommand |
ShowTriangulationPlugIn.addLayerGeneration(UndoableCommand wrappeeCommand,
WorkbenchContext context,
boolean createLayersIfNonExistent) |
static UndoableCommand |
ShowTriangulationPlugIn.addUndo(UndoableCommand wrappeeCommand,
LayerManagerProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
UndoableCommand |
ShowTriangulationPlugIn.addLayerGeneration(UndoableCommand wrappeeCommand,
WorkbenchContext context,
boolean createLayersIfNonExistent) |
static UndoableCommand |
ShowTriangulationPlugIn.addUndo(UndoableCommand wrappeeCommand,
LayerManagerProxy proxy) |
| Modifier and Type | Method and Description |
|---|---|
UndoableCommand |
WarpingPanel.addWarping(UndoableCommand wrappeeCommand) |
UndoableCommand |
WarpingPanel.addWarpingVectorGeneration(UndoableCommand wrappeeCommand) |
protected UndoableCommand |
DrawIncrementalWarpingVectorTool.createCommand() |
protected UndoableCommand |
DeleteIncrementalWarpingVectorTool.createCommand() |
protected UndoableCommand |
AbstractDeleteVectorTool.createCommand() |
UndoableCommand |
WarpingPanel.createWarpCommand() |
UndoableCommand |
WarpingPanel.generateWarpingVectorsCommand() |
| Modifier and Type | Method and Description |
|---|---|
UndoableCommand |
WarpingPanel.addWarping(UndoableCommand wrappeeCommand) |
UndoableCommand |
WarpingPanel.addWarpingVectorGeneration(UndoableCommand wrappeeCommand) |
Copyright © 2015. All rights reserved.