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

Packages that use LayerNamePanel
com.vividsolutions.jump.workbench   
com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items. 
com.vividsolutions.jump.workbench.ui   
com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). 
 

Uses of LayerNamePanel in com.vividsolutions.jump.workbench
 

Methods in com.vividsolutions.jump.workbench that return LayerNamePanel
 LayerNamePanel WorkbenchContext.getLayerNamePanel()
           
 LayerNamePanel JUMPWorkbenchContext.getLayerNamePanel()
           
 

Uses of LayerNamePanel in com.vividsolutions.jump.workbench.plugin
 

Methods in com.vividsolutions.jump.workbench.plugin that return LayerNamePanel
 LayerNamePanel PlugInContext.getLayerNamePanel()
           
 

Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type LayerNamePanel
PlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel)
           
 

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

Classes in com.vividsolutions.jump.workbench.ui that implement LayerNamePanel
 class AttributeTab
          Implements an Attribute Tab.
 class DummyLayerNamePanel
          Implements a minimal LayerNamePanel in a JPanel.
 class OneLayerAttributeTab
          Displays and stays in sync with a single Layer.
 class TreeLayerNamePanel
           
 

Methods in com.vividsolutions.jump.workbench.ui that return LayerNamePanel
protected  LayerNamePanel TaskFrame.createLayerNamePanel()
           
 LayerNamePanel TaskFrame.getLayerNamePanel()
           
 LayerNamePanel InfoFrame.getLayerNamePanel()
           
 LayerNamePanel TreeLayerNamePanel.getLayerNamePanel()
           
 LayerNamePanel LayerNamePanelProxy.getLayerNamePanel()
           
 

Methods in com.vividsolutions.jump.workbench.ui with parameters of type LayerNamePanel
static Layer TreeLayerNamePanel.chooseEditableLayer(LayerNamePanel panel)
           
static Layer[] TreeLayerNamePanel.selectedLayers(LayerNamePanel layerNamePanel)
           
 

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

Methods in com.vividsolutions.jump.workbench.ui.plugin that return LayerNamePanel
 LayerNamePanel ViewAttributesPlugIn.ViewAttributesFrame.getLayerNamePanel()
           
 

Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type LayerNamePanel
static void SelectFeaturesInFencePlugIn.execute(LayerViewPanel layerViewPanel, LayerNamePanel layerNamePanel, com.vividsolutions.jts.geom.Geometry fence, boolean skipUnselectedLayers, boolean mentionModifierHelp)
           
protected  Layerable MoveLayerablePlugIn.selectedLayerable(LayerNamePanel layerNamePanel)