Uses of Class
org.locationtech.jts.jump.workbench.ui.TaskFrame
-
Packages that use TaskFrame Package Description org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.cursortool org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.scalebar org.locationtech.jts.jump.workbench.ui.snap -
-
Uses of TaskFrame in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui that return TaskFrame Modifier and Type Method Description TaskFrame
WorkbenchFrame. addTaskFrame()
TaskFrame
WorkbenchFrame. addTaskFrame(Task task)
TaskFrame
WorkbenchFrame. addTaskFrame(TaskFrame taskFrame)
TaskFrame
AttributeTab. getTaskFrame()
TaskFrame
InfoFrame. getTaskFrame()
TaskFrame
TaskFrame. getTaskFrame()
TaskFrame
TaskFrameProxy. getTaskFrame()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type TaskFrame Modifier and Type Method Description TaskFrame
WorkbenchFrame. addTaskFrame(TaskFrame taskFrame)
Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type TaskFrame Constructor Description AttributePanel(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
AttributeTab(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
InfoFrame(WorkbenchContext workbenchContext, LayerManagerProxy layerManagerProxy, TaskFrame taskFrame)
OneLayerAttributeTab(WorkbenchContext context, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy)
PrimaryInfoFrame(WorkbenchContext workbenchContext, LayerManagerProxy layerManagerProxy, TaskFrame taskFrame)
-
Uses of TaskFrame in org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool that return TaskFrame Modifier and Type Method Description protected TaskFrame
AbstractCursorTool. getTaskFrame()
-
Uses of TaskFrame in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return TaskFrame Modifier and Type Method Description TaskFrame
ViewAttributesPlugIn.ViewAttributesFrame. getTaskFrame()
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type TaskFrame Modifier and Type Method Description protected abstract Renderer.Factory
InstallRendererPlugIn. createFactory(TaskFrame frame)
-
Uses of TaskFrame in org.locationtech.jts.jump.workbench.ui.plugin.scalebar
Methods in org.locationtech.jts.jump.workbench.ui.plugin.scalebar with parameters of type TaskFrame Modifier and Type Method Description protected Renderer.Factory
InstallScaleBarPlugIn. createFactory(TaskFrame frame)
-
Uses of TaskFrame in org.locationtech.jts.jump.workbench.ui.snap
Methods in org.locationtech.jts.jump.workbench.ui.snap with parameters of type TaskFrame Modifier and Type Method Description protected Renderer.Factory
InstallGridPlugIn. createFactory(TaskFrame frame)
-