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 LayerNamePanelJUMPWorkbenchContext. getLayerNamePanel()LayerNamePanelWorkbenchContext. 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 LayerNamePanelPlugInContext. 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 classAttributeTabImplements an Attribute Tab.classDummyLayerNamePanelImplements a minimal LayerNamePanel in a JPanel.classOneLayerAttributeTabDisplays and stays in sync with a single Layer.classTreeLayerNamePanelMethods in org.locationtech.jts.jump.workbench.ui that return LayerNamePanel Modifier and Type Method Description protected LayerNamePanelTaskFrame. createLayerNamePanel()LayerNamePanelInfoFrame. getLayerNamePanel()LayerNamePanelLayerNamePanelProxy. getLayerNamePanel()LayerNamePanelTaskFrame. getLayerNamePanel()LayerNamePanelTreeLayerNamePanel. getLayerNamePanel()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type LayerNamePanel Modifier and Type Method Description static LayerTreeLayerNamePanel. 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 LayerNamePanelViewAttributesPlugIn.ViewAttributesFrame. getLayerNamePanel()Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type LayerNamePanel Modifier and Type Method Description static voidSelectFeaturesInFencePlugIn. execute(LayerViewPanel layerViewPanel, LayerNamePanel layerNamePanel, org.locationtech.jts.geom.Geometry fence, boolean skipUnselectedLayers, boolean mentionModifierHelp)protected LayerableMoveLayerablePlugIn. selectedLayerable(LayerNamePanel layerNamePanel)
-