Uses of Interface
org.locationtech.jts.jump.workbench.ui.LayerNamePanelProxy
-
Packages that use LayerNamePanelProxy Package Description org.locationtech.jts.jump.workbench org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.cursortool.editing org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). -
-
Uses of LayerNamePanelProxy in org.locationtech.jts.jump.workbench
Classes in org.locationtech.jts.jump.workbench that implement LayerNamePanelProxy Modifier and Type Class Description class
JUMPWorkbenchContext
Implementation ofWorkbenchContext
for theJUMPWorkbench
.class
WorkbenchContext
Convenience methods for accessing the various elements in the Workbench structure. -
Uses of LayerNamePanelProxy in org.locationtech.jts.jump.workbench.ui
Classes in org.locationtech.jts.jump.workbench.ui that implement LayerNamePanelProxy Modifier and Type Class Description class
InfoFrame
Provides proxied (non-spatial) views of a Layer.class
PrimaryInfoFrame
A TaskFrame can have several InfoFrames, but one PrimaryInfoFrame.class
TaskFrame
class
TreeLayerNamePanel
-
Uses of LayerNamePanelProxy in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Methods in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type LayerNamePanelProxy Modifier and Type Method Description static CursorTool
DrawLineStringTool. create(LayerNamePanelProxy layerNamePanelProxy)
static CursorTool
DrawPointTool. create(LayerNamePanelProxy layerNamePanelProxy)
static CursorTool
DrawPolygonTool. create(LayerNamePanelProxy layerNamePanelProxy)
static CursorTool
DrawRectangleTool. create(LayerNamePanelProxy layerNamePanelProxy)
Constructors in org.locationtech.jts.jump.workbench.ui.cursortool.editing with parameters of type LayerNamePanelProxy Constructor Description FeatureDrawingUtil(LayerNamePanelProxy layerNamePanelProxy)
-
Uses of LayerNamePanelProxy in org.locationtech.jts.jump.workbench.ui.plugin
Classes in org.locationtech.jts.jump.workbench.ui.plugin that implement LayerNamePanelProxy Modifier and Type Class Description static class
ViewAttributesPlugIn.ViewAttributesFrame
-