|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
boolean |
add(DBElement element)
Adds the given DBElement to this value node tree. |
void |
addNotify(javax.swing.event.TreeModelEvent event)
|
java.util.Iterator |
children()
|
boolean |
getAllowsChildren()
|
java.lang.Object |
getChildAt(int index)
Returns this node's child at the given index. |
int |
getChildCount()
Returns the number of children for this node. |
int |
getIndexOfChild(java.lang.Object child)
Gets index of given child. |
int |
getLeafNodeCount()
|
java.util.List |
getLeafNodes()
|
Node |
getParent()
|
boolean |
isLeaf()
|
boolean |
remove(DBElement element)
Removes given element from this node down. |
boolean |
removeAll()
|
void |
removeNotify(javax.swing.event.TreeModelEvent event)
|
| Method Detail |
public boolean add(DBElement element)
element - the element to add.
public void addNotify(javax.swing.event.TreeModelEvent event)
public void removeNotify(javax.swing.event.TreeModelEvent event)
public boolean remove(DBElement element)
element - element to remove
public boolean removeAll()
public java.lang.Object getChildAt(int index)
throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsExceptionpublic int getChildCount()
public int getIndexOfChild(java.lang.Object child)
child - child
public java.util.List getLeafNodes()
public int getLeafNodeCount()
public java.util.Iterator children()
public boolean getAllowsChildren()
public Node getParent()
public boolean isLeaf()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||