public static class MapLayerTreeModel.LayerNode extends Object implements TreeNode, Comparable
| Constructor and Description |
|---|
MapLayerTreeModel.LayerNode(MapLayer layer,
MapLayerTreeModel mapLayerTreeModel) |
| Modifier and Type | Method and 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() |
public MapLayerTreeModel.LayerNode(MapLayer layer, MapLayerTreeModel mapLayerTreeModel)
public boolean isContainer()
public MapLayer getLayer()
public TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic Enumeration children()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2015. All rights reserved.