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 TaskJUMPWorkbenchContext. getTask()TaskWorkbenchContext. 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 TaskAbstractLayerable. getTask()TaskCategory. getTask()TaskLayerManager. 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 TaskPlugInContext. 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 TaskLayerViewFrame. taskMethods in com.vividsolutions.jump.workbench.ui that return Task Modifier and Type Method Description TaskWorkbenchFrame. createTask()TaskLayerViewFrame. getTask()TaskTaskFrame. getTask()Methods in com.vividsolutions.jump.workbench.ui with parameters of type Task Modifier and Type Method Description TaskFrameWorkbenchFrame. addTaskFrame(Task task)voidTaskFrame. 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 booleanSnapVerticesOp. 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 voidAbstractSaveProjectPlugIn. 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 TaskTaskEvent. 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 TaskDataStoreTransactionManager. 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)voidDataStoreTransactionManager. 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 Task Modifier and Type Method Description static voidUtils. restorePropertiesFromFile(Task task, File file, PlugInContext context)Restore Task properties from file
-