Uses of Class
org.locationtech.jts.jump.workbench.model.UndoableCommand
-
Packages that use UndoableCommand Package Description org.locationtech.jts.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.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.cursortool org.locationtech.jts.jump.workbench.ui.cursortool.editing org.locationtech.jts.jump.workbench.ui.plugin.generate org.locationtech.jts.jump.workbench.ui.warp -
-
Uses of UndoableCommand in org.locationtech.jts.jump.workbench.model
Fields in org.locationtech.jts.jump.workbench.model declared as UndoableCommand Modifier and Type Field Description static UndoableCommandUndoableCommand. DUMMYMethods in org.locationtech.jts.jump.workbench.model that return UndoableCommand Modifier and Type Method Description static UndoableCommandLayer. addUndo(String layerName, LayerManagerProxy proxy, UndoableCommand wrappeeCommand)Enables a layer to be changed undoably.Methods in org.locationtech.jts.jump.workbench.model with parameters of type UndoableCommand Modifier and Type Method Description static UndoableCommandLayer. addUndo(String layerName, LayerManagerProxy proxy, UndoableCommand wrappeeCommand)Enables a layer to be changed undoably. -
Uses of UndoableCommand in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin with parameters of type UndoableCommand Modifier and Type Method Description static voidAbstractPlugIn. execute(UndoableCommand command, LayerManagerProxy layerManagerProxy)protected voidAbstractPlugIn. execute(UndoableCommand command, PlugInContext context) -
Uses of UndoableCommand in org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool that return UndoableCommand Modifier and Type Method Description protected UndoableCommandVectorTool. createCommand()Methods in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type UndoableCommand Modifier and Type Method Description protected voidAbstractCursorTool. execute(UndoableCommand command)Optional means of execution, with undoability.protected FeatureVectorTool. feature(org.locationtech.jts.geom.LineString lineString, Layer layer, UndoableCommand command) -
Uses of UndoableCommand in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Methods in org.locationtech.jts.jump.workbench.ui.cursortool.editing that return UndoableCommand Modifier and Type Method Description UndoableCommandFeatureDrawingUtil. createAddCommand(org.locationtech.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. -
Uses of UndoableCommand in org.locationtech.jts.jump.workbench.ui.plugin.generate
Methods in org.locationtech.jts.jump.workbench.ui.plugin.generate that return UndoableCommand Modifier and Type Method Description UndoableCommandShowTriangulationPlugIn. addLayerGeneration(UndoableCommand wrappeeCommand, WorkbenchContext context, boolean createLayersIfNonExistent)static UndoableCommandShowTriangulationPlugIn. addUndo(UndoableCommand wrappeeCommand, LayerManagerProxy proxy)Methods in org.locationtech.jts.jump.workbench.ui.plugin.generate with parameters of type UndoableCommand Modifier and Type Method Description UndoableCommandShowTriangulationPlugIn. addLayerGeneration(UndoableCommand wrappeeCommand, WorkbenchContext context, boolean createLayersIfNonExistent)static UndoableCommandShowTriangulationPlugIn. addUndo(UndoableCommand wrappeeCommand, LayerManagerProxy proxy) -
Uses of UndoableCommand in org.locationtech.jts.jump.workbench.ui.warp
Methods in org.locationtech.jts.jump.workbench.ui.warp that return UndoableCommand Modifier and Type Method Description UndoableCommandWarpingPanel. addWarping(UndoableCommand wrappeeCommand)UndoableCommandWarpingPanel. addWarpingVectorGeneration(UndoableCommand wrappeeCommand)protected UndoableCommandAbstractDeleteVectorTool. createCommand()protected UndoableCommandDeleteIncrementalWarpingVectorTool. createCommand()protected UndoableCommandDrawIncrementalWarpingVectorTool. createCommand()UndoableCommandWarpingPanel. createWarpCommand()UndoableCommandWarpingPanel. generateWarpingVectorsCommand()Methods in org.locationtech.jts.jump.workbench.ui.warp with parameters of type UndoableCommand Modifier and Type Method Description UndoableCommandWarpingPanel. addWarping(UndoableCommand wrappeeCommand)UndoableCommandWarpingPanel. addWarpingVectorGeneration(UndoableCommand wrappeeCommand)
-