public class NavigatorStatusTree.StatusNode extends java.lang.Object implements ITreeItem
NavigatorStatusTree.| Modifier | Constructor and Description |
|---|---|
protected |
StatusNode(org.w3c.dom.Element node) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<NavigatorStatusTree.StatusNode> |
childIterator()
Returns an Iterator which can be used to step through the children of this
ITreeItem. |
java.lang.String |
getName()
Returns the name of this
ITreeItem. |
int |
size()
Returns the number of child items of this
ITreeItem. |
TrafficLight |
trafficLight()
Returns the traffic light information of this
ITreeItem. |
public java.lang.String getName()
ITreeItemITreeItem.public int size()
ITreeItemITreeItem.public java.util.Iterator<NavigatorStatusTree.StatusNode> childIterator()
ITreeItemITreeItem.childIterator in interface ITreeItemITreeItempublic TrafficLight trafficLight()
ITreeItemITreeItem.trafficLight in interface ITreeItemTrafficLight