Uses of Interface
com.vividsolutions.jump.workbench.ui.LayerNamePanelProxy

Packages that use LayerNamePanelProxy
com.vividsolutions.jump.workbench   
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.ui.plugin.edit.helpclassesselection   
org.openjump.core.ui.plugin.edittoolbox.cursortools   
 

Uses of LayerNamePanelProxy in com.vividsolutions.jump.workbench
 

Classes in com.vividsolutions.jump.workbench that implement LayerNamePanelProxy
 class JUMPWorkbenchContext
          Implementation of WorkbenchContext for the JUMPWorkbench.
 class WorkbenchContext
          Convenience methods for accessing the various elements in the Workbench structure.
 

Uses of LayerNamePanelProxy in com.vividsolutions.jump.workbench.ui
 

Classes in com.vividsolutions.jump.workbench.ui that implement LayerNamePanelProxy
 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 com.vividsolutions.jump.workbench.ui.cursortool.editing
 

Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type LayerNamePanelProxy
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 com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type LayerNamePanelProxy
FeatureDrawingUtil(LayerNamePanelProxy layerNamePanelProxy)
           
 

Uses of LayerNamePanelProxy in com.vividsolutions.jump.workbench.ui.plugin
 

Classes in com.vividsolutions.jump.workbench.ui.plugin that implement LayerNamePanelProxy
static class ViewAttributesPlugIn.ViewAttributesFrame
           
 

Uses of LayerNamePanelProxy in org.openjump.core.ui.plugin.edit.helpclassesselection
 

Methods in org.openjump.core.ui.plugin.edit.helpclassesselection with parameters of type LayerNamePanelProxy
static CursorTool DrawFenceTool.create(LayerNamePanelProxy layerNamePanelProxy, PlugInContext context)
           
 

Constructors in org.openjump.core.ui.plugin.edit.helpclassesselection with parameters of type LayerNamePanelProxy
FenceDrawingUtil(LayerNamePanelProxy layerNamePanelProxy)
          Constructor
 

Uses of LayerNamePanelProxy in org.openjump.core.ui.plugin.edittoolbox.cursortools
 

Methods in org.openjump.core.ui.plugin.edittoolbox.cursortools with parameters of type LayerNamePanelProxy
static CursorTool AutoCompletePolygonCursorTool.create(LayerNamePanelProxy layerNamePanelProxy)
           
static CursorTool CutPolygonTool.create(LayerNamePanelProxy layerNamePanelProxy)
           
static CursorTool DrawConstrainedPolygonTool.create(LayerNamePanelProxy layerNamePanelProxy)
           
static CursorTool DrawConstrainedLineStringTool.create(LayerNamePanelProxy layerNamePanelProxy)
           
static CursorTool DrawConstrainedArcTool.create(LayerNamePanelProxy layerNamePanelProxy)
           
static CursorTool DrawCircleWithGivenRadiusTool.create(LayerNamePanelProxy layerNamePanelProxy)
           
static CursorTool DrawConstrainedCircleTool.create(LayerNamePanelProxy layerNamePanelProxy)