|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.swingui.DBTreeNode.TreeNodeEnumeration
public class DBTreeNode.TreeNodeEnumeration
Enumerates the DBTreeNode objects associated with the given SQLObjects by using the userObjectToTreeNodeMap.
| Field Summary | |
|---|---|
protected java.util.Iterator |
children
|
| Constructor Summary | |
|---|---|
DBTreeNode.TreeNodeEnumeration(SQLObject parent)
|
|
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
Returns the DBTreeNode associated with the next SQLObject child of the parent given in the constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Iterator children
| Constructor Detail |
|---|
public DBTreeNode.TreeNodeEnumeration(SQLObject parent)
| Method Detail |
|---|
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumeration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||