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 LayerNamePanelJUMPWorkbenchContext. getLayerNamePanel()abstract LayerNamePanelWorkbenchContext. 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 LayerNamePanelPlugInContext. 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 interfaceLayerableNamePanelThis 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 classAttributeTabImplements an Attribute Tab.classDummyLayerNamePanelImplements a minimal LayerNamePanel in a JPanel.classOneLayerAttributeTabDisplays and stays in sync with a single Layer.classTreeLayerNamePanelMethods in com.vividsolutions.jump.workbench.ui that return LayerNamePanel Modifier and Type Method Description LayerNamePanelInfoFrame.DetachableInternalFrameWithProxies. getLayerNamePanel()LayerNamePanelInfoFrame. getLayerNamePanel()LayerNamePanelLayerNamePanelProxy. getLayerNamePanel()LayerNamePanelTaskFrame. getLayerNamePanel()LayerNamePanelTreeLayerNamePanel. getLayerNamePanel()Methods in com.vividsolutions.jump.workbench.ui with parameters of type LayerNamePanel Modifier and Type Method Description static LayerTreeLayerNamePanel. 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 LayerNamePanelViewAttributesPlugIn.ViewAttributesFrame. getLayerNamePanel()Methods in com.vividsolutions.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)
-