Uses of Class
org.locationtech.jts.jump.workbench.model.Task
-
Packages that use Task Package Description org.locationtech.jts.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.cursortool.editing org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). -
-
Uses of Task in org.locationtech.jts.jump.workbench
Methods in org.locationtech.jts.jump.workbench that return Task Modifier and Type Method Description Task
JUMPWorkbenchContext. getTask()
Task
WorkbenchContext. getTask()
-
Uses of Task in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return Task Modifier and Type Method Description Task
PlugInContext. getTask()
Constructors in org.locationtech.jts.jump.workbench.plugin with parameters of type Task Constructor Description PlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel)
-
Uses of Task in org.locationtech.jts.jump.workbench.ui
Fields in org.locationtech.jts.jump.workbench.ui declared as Task Modifier and Type Field Description protected Task
LayerViewFrame. task
Methods in org.locationtech.jts.jump.workbench.ui that return Task Modifier and Type Method Description Task
WorkbenchFrame. createTask()
Task
LayerViewFrame. getTask()
Task
TaskFrame. getTask()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type Task Modifier and Type Method Description TaskFrame
WorkbenchFrame. addTaskFrame(Task task)
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type Task Constructor Description TaskFrame(Task task, WorkbenchContext workbenchContext)
-
Uses of Task in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Methods in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type Task Modifier and Type Method Description boolean
SnapVerticesOp. execute(org.locationtech.jts.geom.Geometry fence, Collection editableLayers, boolean rollingBackInvalidEdits, LayerViewPanel panel, Task task, org.locationtech.jts.geom.Coordinate suggestedTarget, Feature targetFeature, boolean insertVerticesIfNecessary)
-
Uses of Task in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type Task Modifier and Type Method Description protected void
AbstractSaveProjectPlugIn. save(Task task, File file, WorkbenchFrame frame)
-