Class LayerTreeModel
- java.lang.Object
-
- com.vividsolutions.jump.util.SimpleTreeModel
-
- com.vividsolutions.jump.workbench.model.LayerTreeModel
-
- All Implemented Interfaces:
TreeModel
public class LayerTreeModel extends SimpleTreeModel
JTree model for displaying the Layers, WMSLayers, and other Layerables contained in a LayerManager.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LayerTreeModel.ColorThemingValue
static class
LayerTreeModel.RasterStyleValueIntv
static class
LayerTreeModel.RasterStyleValueRamp
static class
LayerTreeModel.Root
static interface
LayerTreeModel.SymbolizationLeafNode
-
Constructor Summary
Constructors Constructor Description LayerTreeModel(LayerManagerProxy layerManagerProxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<?>
getChildren(Object parent)
No need to handle Foldersint
getIndexOfChild(Object parent, Object child)
void
valueForPathChanged(TreePath path, Object newValue)
-
Methods inherited from class com.vividsolutions.jump.util.SimpleTreeModel
addTreeModelListener, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getChild, getChildCount, getRoot, isLeaf, removeTreeModelListener, setFiringEvents
-
-
-
-
Constructor Detail
-
LayerTreeModel
public LayerTreeModel(LayerManagerProxy layerManagerProxy)
-
-
Method Detail
-
getIndexOfChild
public int getIndexOfChild(Object parent, Object child)
- Specified by:
getIndexOfChild
in interfaceTreeModel
- Overrides:
getIndexOfChild
in classSimpleTreeModel
-
getChildren
public List<?> getChildren(Object parent)
Description copied from class:SimpleTreeModel
No need to handle Folders- Specified by:
getChildren
in classSimpleTreeModel
- Parameters:
parent
- not a Folder
-
valueForPathChanged
public void valueForPathChanged(TreePath path, Object newValue)
- Specified by:
valueForPathChanged
in interfaceTreeModel
- Overrides:
valueForPathChanged
in classSimpleTreeModel
-
-