public interface ITreeItem
| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends ITreeItem> |
childIterator()
Returns an Iterator which can be used to step through the children of this
ITreeItem. |
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. |
String getName()
ITreeItem.ITreeItemint size()
ITreeItem.ITreeItemIterator<? extends ITreeItem> childIterator()
ITreeItem.ITreeItemTrafficLight trafficLight()
ITreeItem.TrafficLightCopyright © 2021. All rights reserved.