Uses of Class
com.vividsolutions.jump.workbench.ui.TaskFrame
-
Packages that use TaskFrame Package Description com.vividsolutions.jump.workbench.ui com.vividsolutions.jump.workbench.ui.cursortool com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).com.vividsolutions.jump.workbench.ui.plugin.scalebar com.vividsolutions.jump.workbench.ui.snap org.openjump.core.ui.plugin.datastore.transaction org.openjump.core.ui.plugin.view org.openjump.core.ui.plugin.view.helpclassescale org.openjump.core.ui.plugin.view.showcenter -
-
Uses of TaskFrame in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.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
WorkbenchFrame. getActiveTaskFrame()
TaskFrame
AttributeTab. getTaskFrame()
TaskFrame
InfoFrame. getTaskFrame()
TaskFrame
TaskFrame. getTaskFrame()
TaskFrame
TaskFrameProxy. getTaskFrame()
Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type TaskFrame Modifier and Type Method Description List<TaskFrame>
WorkbenchFrame. getTaskFrames()
gather a list of open task frames and return themMethods in com.vividsolutions.jump.workbench.ui with parameters of type TaskFrame Modifier and Type Method Description TaskFrame
WorkbenchFrame. addTaskFrame(TaskFrame taskFrame)
void
WorkbenchFrame. setActiveTaskFrame(TaskFrame taskFrame)
Method parameters in com.vividsolutions.jump.workbench.ui with type arguments of type TaskFrame Modifier and Type Method Description void
WorkbenchFrame. setTaskFrameFactory(ComponentFactory<TaskFrame> taskFrameFactory)
Constructors in com.vividsolutions.jump.workbench.ui with parameters of type TaskFrame Constructor Description AttributePanel(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren)
AttributeTab(InfoModel model, WorkbenchContext workbenchContext, TaskFrame taskFrame, LayerManagerProxy layerManagerProxy, boolean addScrollPanesToChildren)
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 com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool that return TaskFrame Modifier and Type Method Description protected TaskFrame
AbstractCursorTool. getTaskFrame()
-
Uses of TaskFrame in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return TaskFrame Modifier and Type Method Description TaskFrame
ViewAttributesPlugIn.ViewAttributesFrame. getTaskFrame()
Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui.plugin.scalebar
Methods in com.vividsolutions.jump.workbench.ui.plugin.scalebar with parameters of type TaskFrame Modifier and Type Method Description protected Renderer.Factory
InstallScaleBarPlugIn. createFactory(TaskFrame frame)
Constructors in com.vividsolutions.jump.workbench.ui.plugin.scalebar with parameters of type TaskFrame Constructor Description ScaleBarRenderer(LayerViewPanel panel, TaskFrame taskFrame)
-
Uses of TaskFrame in com.vividsolutions.jump.workbench.ui.snap
Methods in com.vividsolutions.jump.workbench.ui.snap with parameters of type TaskFrame Modifier and Type Method Description protected Renderer.Factory
InstallGridPlugIn. createFactory(TaskFrame frame)
-
Uses of TaskFrame in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type TaskFrame Modifier and Type Method Description void
DataStoreTransactionManager. inspect(TaskFrame taskFrame)
void
DataStoreTransactionManager. update(TaskFrame taskFrame)
Update all layers associated to a RWDataStoreDataSource. -
Uses of TaskFrame in org.openjump.core.ui.plugin.view
Methods in org.openjump.core.ui.plugin.view with parameters of type TaskFrame Modifier and Type Method Description protected Renderer.Factory
NorthArrowInstallRenderer. createFactory(TaskFrame frame)
-
Uses of TaskFrame in org.openjump.core.ui.plugin.view.helpclassescale
Methods in org.openjump.core.ui.plugin.view.helpclassescale with parameters of type TaskFrame Modifier and Type Method Description protected Renderer.Factory
InstallShowScalePlugIn. createFactory(TaskFrame frame)
-
Uses of TaskFrame in org.openjump.core.ui.plugin.view.showcenter
Methods in org.openjump.core.ui.plugin.view.showcenter with parameters of type TaskFrame Modifier and Type Method Description protected Renderer.Factory
ShowViewCenterInstallRenderer. createFactory(TaskFrame frame)
-