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()intcompareTo(MapLayerTreeModel.LayerNode other)booleanequals(Object o)booleangetAllowsChildren()TreeNodegetChildAt(int childIndex)intgetChildCount()intgetIndex(TreeNode node)MapLayergetLayer()TreeNodegetParent()booleanisContainer()booleanisLeaf()
-
-
-
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:
getChildAtin interfaceTreeNode
-
getChildCount
public int getChildCount()
- Specified by:
getChildCountin interfaceTreeNode
-
getAllowsChildren
public boolean getAllowsChildren()
- Specified by:
getAllowsChildrenin interfaceTreeNode
-
children
public Enumeration<MapLayerTreeModel.LayerNode> children()
-
compareTo
public int compareTo(MapLayerTreeModel.LayerNode other)
- Specified by:
compareToin interfaceComparable<MapLayerTreeModel.LayerNode>
-
-