Uses of Class
com.vividsolutions.jump.workbench.model.Task
-
Packages that use Task 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.editing com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.openjump.core.model org.openjump.core.ui.plugin.datastore.transaction org.openjump.core.ui.plugin.task -
-
Uses of Task in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return Task Modifier and Type Method Description Task
JUMPWorkbenchContext. getTask()
Task
WorkbenchContext. getTask()
-
Uses of Task in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return Task Modifier and Type Method Description Task
AbstractLayerable. getTask()
Task
Category. getTask()
Task
LayerManager. getTask()
Constructors in com.vividsolutions.jump.workbench.model with parameters of type Task Constructor Description LayerManager(Task task)
-
Uses of Task in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return Task Modifier and Type Method Description Task
PlugInContext. getTask()
Constructors in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui
Fields in com.vividsolutions.jump.workbench.ui declared as Task Modifier and Type Field Description protected Task
LayerViewFrame. task
Methods in com.vividsolutions.jump.workbench.ui that return Task Modifier and Type Method Description Task
WorkbenchFrame. createTask()
Task
LayerViewFrame. getTask()
Task
TaskFrame. getTask()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type Task Modifier and Type Method Description TaskFrame
WorkbenchFrame. addTaskFrame(Task task)
void
TaskFrame. setTask(Task task)
Constructors in com.vividsolutions.jump.workbench.ui with parameters of type Task Constructor Description TaskFrame(Task task, WorkbenchContext workbenchContext)
-
Uses of Task in com.vividsolutions.jump.workbench.ui.cursortool.editing
Methods in com.vividsolutions.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<Layer> editableLayers, boolean rollingBackInvalidEdits, LayerViewPanel panel, Task task, org.locationtech.jts.geom.Coordinate suggestedTarget, Feature targetFeature, boolean insertVerticesIfNecessary)
-
Uses of Task in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Task Modifier and Type Method Description protected Collection<Layer>
AbstractSaveProjectPlugIn. ignoredLayers(Task task)
protected void
AbstractSaveProjectPlugIn. save(Task task, File file, WorkbenchFrame frame)
-
Uses of Task in org.openjump.core.model
Methods in org.openjump.core.model that return Task Modifier and Type Method Description Task
TaskEvent. getTask()
Constructors in org.openjump.core.model with parameters of type Task Constructor Description TaskEvent(Object source, Task task)
Creates a new TaskEvent. -
Uses of Task in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction that return Task Modifier and Type Method Description Task
DataStoreTransactionManager. getTask(Layer layer)
Methods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type Task Modifier and Type Method Description Collection<Layer>
DataStoreTransactionManager. getLayers(Task task)
void
DataStoreTransactionManager. registerLayer(Layer layer, Task task)
Register a new Layer in the DataStoreTransactionManager.void
TransactionManagerPanel. updateListener(Task task)
Remove the layerListener displaying feature events in the text area create a new one and add it to the TaskFrame associated to task. -
Uses of Task in org.openjump.core.ui.plugin.task
Methods in org.openjump.core.ui.plugin.task with parameters of type Task Modifier and Type Method Description static void
Utils. restorePropertiesFromFile(Task task, File file, PlugInContext context)
Restore Task properties from file
-