public class ChildrenEnumeration extends Object implements Enumeration
| Constructor and Description |
|---|
ChildrenEnumeration(TreePath path,
TreeModel model) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2019. All rights reserved.