Uses of Interface
com.vividsolutions.jump.workbench.ui.LayerNamePanel
-
Packages that use LayerNamePanel Package Description 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 Modifier and Type Method Description LayerNamePanel
JUMPWorkbenchContext. getLayerNamePanel()
abstract LayerNamePanel
WorkbenchContext. getLayerNamePanel()
Deprecated.in favor of getLayerableNamePanel() -
Uses of LayerNamePanel in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return LayerNamePanel Modifier and Type Method Description LayerNamePanel
PlugInContext. getLayerNamePanel()
Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type LayerNamePanel Constructor Description PlugInContext(WorkbenchContext workbenchContext, Task task, LayerManagerProxy layerManagerProxy, LayerNamePanel layerNamePanel, LayerViewPanel layerViewPanel)
-
Uses of LayerNamePanel in com.vividsolutions.jump.workbench.ui
Subinterfaces of LayerNamePanel in com.vividsolutions.jump.workbench.ui Modifier and Type Interface Description interface
LayerableNamePanel
This is implemented as an extra interface to keep legacy compatibility for LayerNamePanel.Classes in com.vividsolutions.jump.workbench.ui that implement LayerNamePanel Modifier and Type Class Description 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 Modifier and Type Method Description LayerNamePanel
InfoFrame.DetachableInternalFrameWithProxies. getLayerNamePanel()
LayerNamePanel
InfoFrame. getLayerNamePanel()
LayerNamePanel
LayerNamePanelProxy. getLayerNamePanel()
LayerNamePanel
TaskFrame. getLayerNamePanel()
LayerNamePanel
TreeLayerNamePanel. getLayerNamePanel()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type LayerNamePanel Modifier and Type Method Description static Layer
TreeLayerNamePanel. chooseEditableLayer(LayerNamePanel panel)
static Layerable[]
TreeLayerNamePanel. selectedLayerables(LayerNamePanel layerNamePanel)
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 Modifier and Type Method Description LayerNamePanel
ViewAttributesPlugIn.ViewAttributesFrame. getLayerNamePanel()
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type LayerNamePanel Modifier and Type Method Description static void
SelectFeaturesInFencePlugIn. execute(LayerViewPanel layerViewPanel, LayerNamePanel layerNamePanel, org.locationtech.jts.geom.Geometry fence, boolean skipUnselectedLayers, boolean mentionModifierHelp)
protected Layerable
MoveLayerablePlugIn. selectedLayerable(LayerNamePanel layerNamePanel)
-