public class NavigatorZDUTree extends XMLRequest implements Iterable<NavigatorZDUTree.ZDUNode>
| Modifier and Type | Class and Description |
|---|---|
static class |
NavigatorZDUTree.ZDUNode
Represents a node in the
NavigationZDUTree. |
| Constructor and Description |
|---|
NavigatorZDUTree() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NavigatorZDUTree.ZDUNode> |
iterator()
Returns an Iterator which can be used to step through the
CustomAttributeNode items of the root. |
void |
setClient(int client)
Sets a specific client as filter for the
NavigatorZDUTree. |
int |
size()
Returns the number of top level items in the Navigation Custom Attribute Tree.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<NavigatorZDUTree.ZDUNode> iterator()
CustomAttributeNode items of the root.iterator in interface Iterable<NavigatorZDUTree.ZDUNode>CustomAttributeNodepublic int size()
ZDUNodepublic void setClient(int client)
NavigatorZDUTree. This method is only used for client 0.
For all clients other 0 it has no effect.client - filter for the NavigatorZDUTreeCopyright © 2021. All rights reserved.