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 TaskFrameWorkbenchFrame. addTaskFrame()TaskFrameWorkbenchFrame. addTaskFrame(Task task)TaskFrameWorkbenchFrame. addTaskFrame(TaskFrame taskFrame)TaskFrameAttributeTab. getTaskFrame()TaskFrameInfoFrame. getTaskFrame()TaskFrameTaskFrame. getTaskFrame()TaskFrameTaskFrameProxy. getTaskFrame()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type TaskFrame Modifier and Type Method Description TaskFrameWorkbenchFrame. 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 TaskFrameAbstractCursorTool. 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 TaskFrameViewAttributesPlugIn.ViewAttributesFrame. getTaskFrame()Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type TaskFrame Modifier and Type Method Description protected abstract Renderer.FactoryInstallRendererPlugIn. 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.FactoryInstallScaleBarPlugIn. 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.FactoryInstallGridPlugIn. createFactory(TaskFrame frame)
-