public class TreeItemIter extends Object
Modifier and Type | Method and Description |
---|---|
void |
$init(Tree tree)
Constructor
|
boolean |
hasNext()
Returns true if the iteration has more elements
|
Treeitem |
next()
Returns the next element in the iteration.
|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
public void $init(Tree tree)
tree
- the widget that the iterator belongs topublic boolean hasNext()
public Treeitem next()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.