Class MapLayerTreeModel.LayerNode
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.plugin.wms.MapLayerTreeModel.LayerNode
-
- All Implemented Interfaces:
Comparable<MapLayerTreeModel.LayerNode>
,TreeNode
- Enclosing class:
- MapLayerTreeModel
public static class MapLayerTreeModel.LayerNode extends Object implements TreeNode, Comparable<MapLayerTreeModel.LayerNode>
-
-
Constructor Summary
Constructors Constructor Description LayerNode(MapLayer layer, MapLayerTreeModel mapLayerTreeModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enumeration<MapLayerTreeModel.LayerNode>
children()
int
compareTo(MapLayerTreeModel.LayerNode other)
boolean
equals(Object o)
boolean
getAllowsChildren()
TreeNode
getChildAt(int childIndex)
int
getChildCount()
int
getIndex(TreeNode node)
MapLayer
getLayer()
TreeNode
getParent()
boolean
isContainer()
boolean
isLeaf()
-
-
-
Constructor Detail
-
LayerNode
public LayerNode(MapLayer layer, MapLayerTreeModel mapLayerTreeModel)
-
-
Method Detail
-
isContainer
public boolean isContainer()
-
getLayer
public MapLayer getLayer()
-
getChildAt
public TreeNode getChildAt(int childIndex)
- Specified by:
getChildAt
in interfaceTreeNode
-
getChildCount
public int getChildCount()
- Specified by:
getChildCount
in interfaceTreeNode
-
getAllowsChildren
public boolean getAllowsChildren()
- Specified by:
getAllowsChildren
in interfaceTreeNode
-
children
public Enumeration<MapLayerTreeModel.LayerNode> children()
-
compareTo
public int compareTo(MapLayerTreeModel.LayerNode other)
- Specified by:
compareTo
in interfaceComparable<MapLayerTreeModel.LayerNode>
-
-