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 TaskJUMPWorkbenchContext. getTask()TaskWorkbenchContext. 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 TaskPlugInContext. 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 TaskLayerViewFrame. taskMethods in org.locationtech.jts.jump.workbench.ui that return Task Modifier and Type Method Description TaskWorkbenchFrame. createTask()TaskLayerViewFrame. getTask()TaskTaskFrame. getTask()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type Task Modifier and Type Method Description TaskFrameWorkbenchFrame. 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 booleanSnapVerticesOp. 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 voidAbstractSaveProjectPlugIn. save(Task task, File file, WorkbenchFrame frame)
-