Uses of Class
com.vividsolutions.jump.workbench.model.Task
Packages that use Task
Package
Description
Layers, Categories, and Layer Managers -- the top level of abstraction
in the JUMP data model, wrapping Features and FeatureCollections, which
in turn wrap Geometries.
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of Task in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return Task -
Uses of Task in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return TaskModifier and TypeMethodDescriptionAbstractLayerable.getTask()Category.getTask()LayerManager.getTask()Constructors in com.vividsolutions.jump.workbench.model with parameters of type Task -
Uses of Task in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return TaskConstructors in com.vividsolutions.jump.workbench.plugin with parameters of type TaskModifierConstructorDescriptionPlugInContext(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 TaskMethods in com.vividsolutions.jump.workbench.ui that return TaskModifier and TypeMethodDescriptionWorkbenchFrame.createTask()LayerViewFrame.getTask()TaskFrame.getTask()Methods in com.vividsolutions.jump.workbench.ui with parameters of type TaskConstructors in com.vividsolutions.jump.workbench.ui with parameters of type Task -
Uses of Task in com.vividsolutions.jump.workbench.ui.cursortool.editing
Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type TaskModifier and TypeMethodDescriptionbooleanSnapVerticesOp.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 TaskModifier and TypeMethodDescriptionprotected Collection<Layer> AbstractSaveProjectPlugIn.ignoredLayers(Task task) protected voidAbstractSaveProjectPlugIn.save(Task task, File file, WorkbenchFrame frame) -
Uses of Task in org.openjump.core.model
Methods in org.openjump.core.model that return TaskConstructors in org.openjump.core.model with parameters of type Task -
Uses of Task in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction that return TaskMethods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type TaskModifier and TypeMethodDescriptionvoidDataStoreTransactionManager.registerLayer(Layer layer, Task task) Register a new Layer in the DataStoreTransactionManager.voidTransactionManagerPanel.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 TaskModifier and TypeMethodDescriptionstatic voidUtils.restorePropertiesFromFile(Task task, File file, PlugInContext context) Restore Task properties from file