private class GUIAbstractTreeNode.ChildEnumeration extends Object implements Enumeration<TreeNode>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
current |
| Modifier | Constructor and Description |
|---|---|
private |
ChildEnumeration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
TreeNode |
nextElement() |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<TreeNode>public TreeNode nextElement()
nextElement in interface Enumeration<TreeNode>