Class MapLayerTreeModel.LayerNode
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.plugin.wms.MapLayerTreeModel.LayerNode
-
- All Implemented Interfaces:
Comparable,TreeNode
- Enclosing class:
- MapLayerTreeModel
public static class MapLayerTreeModel.LayerNode extends Object implements TreeNode, Comparable
-
-
Constructor Summary
Constructors Constructor Description LayerNode(MapLayer layer, MapLayerTreeModel mapLayerTreeModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enumerationchildren()intcompareTo(Object o)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 children()
-
compareTo
public int compareTo(Object o)
- Specified by:
compareToin interfaceComparable
-
-