Uses of Interface
org.locationtech.jts.jump.workbench.ui.LayerNamePanel
-
Packages that use LayerNamePanel Package Description org.locationtech.jts.jump.workbench org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui 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 LayerNamePanel in org.locationtech.jts.jump.workbench
Methods in org.locationtech.jts.jump.workbench that return LayerNamePanel Modifier and Type Method Description LayerNamePanel
JUMPWorkbenchContext. getLayerNamePanel()
LayerNamePanel
WorkbenchContext. getLayerNamePanel()
-
Uses of LayerNamePanel in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return LayerNamePanel Modifier and Type Method Description LayerNamePanel
PlugInContext. getLayerNamePanel()
Constructors in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui
Classes in org.locationtech.jts.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 org.locationtech.jts.jump.workbench.ui that return LayerNamePanel Modifier and Type Method Description protected LayerNamePanel
TaskFrame. createLayerNamePanel()
LayerNamePanel
InfoFrame. getLayerNamePanel()
LayerNamePanel
LayerNamePanelProxy. getLayerNamePanel()
LayerNamePanel
TaskFrame. getLayerNamePanel()
LayerNamePanel
TreeLayerNamePanel. getLayerNamePanel()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type LayerNamePanel Modifier and Type Method Description static Layer
TreeLayerNamePanel. chooseEditableLayer(LayerNamePanel panel)
static Layer[]
TreeLayerNamePanel. selectedLayers(LayerNamePanel layerNamePanel)
-
Uses of LayerNamePanel in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return LayerNamePanel Modifier and Type Method Description LayerNamePanel
ViewAttributesPlugIn.ViewAttributesFrame. getLayerNamePanel()
Methods in org.locationtech.jts.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)
-