|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.util.TreeIteratorDBCA
If the tree structure is A / \ B C / D the returned order is D, B, C, A hence the name.
Constructor Summary | |
TreeIteratorDBCA(javax.swing.tree.TreeNode root)
|
Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
javax.swing.tree.TreeNode |
nextNode()
same as next but returns the TreeNode |
void |
remove()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeIteratorDBCA(javax.swing.tree.TreeNode root)
Method Detail |
public void remove()
remove
in interface TreeIterator
public boolean hasNext()
hasNext
in interface TreeIterator
public java.lang.Object next()
next
in interface TreeIterator
public javax.swing.tree.TreeNode nextNode()
TreeIterator
nextNode
in interface TreeIterator
|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |