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 Enumeration
children()
int
compareTo(Object o)
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 children()
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
-
-