public interface ITreeItem
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<? extends ITreeItem> |
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 . |
java.lang.String getName()
ITreeItem
.ITreeItem
int size()
ITreeItem
.ITreeItem
java.util.Iterator<? extends ITreeItem> childIterator()
ITreeItem
.ITreeItem
TrafficLight trafficLight()
ITreeItem
.TrafficLight