public class NavigatorQueueTree extends XMLRequest implements java.lang.Iterable<NavigatorQueueTree.QueueNode>
| Modifier and Type | Class and Description |
|---|---|
static class |
NavigatorQueueTree.QueueLeaf
Represents a leaf in the
NavigatorQueueTree. |
static class |
NavigatorQueueTree.QueueNode
Represents a node in the
NavigatorQueueTree. |
| Constructor and Description |
|---|
NavigatorQueueTree() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<NavigatorQueueTree.QueueNode> |
iterator()
Returns an Iterator which can be used to step through the
QueueNode items of the root. |
void |
setClient(int client)
Sets a specific client as filter for the
NavigatorQueueTree. |
int |
size()
Returns the number of top level items in the Navigation Queue Tree.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic java.util.Iterator<NavigatorQueueTree.QueueNode> iterator()
QueueNode items of the root.iterator in interface java.lang.Iterable<NavigatorQueueTree.QueueNode>QueueNodepublic int size()
QueueItempublic void setClient(int client)
NavigatorQueueTree. This method is only used for client 0.
For all clients other 0 it has no effect.client - filter for the NavigatorQueueTree