|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeTableNode
Defines the requirements for nodes in TreeTableModel
objects.
Method Summary | |
---|---|
java.lang.Object |
getChildAt(int index)
Returns the child node at index . |
int |
getChildCount()
Returns the number of children of the node. |
java.lang.Object |
getData()
Returns the data object that is held by this node. |
void |
sort(java.util.Comparator c)
Sort all children. |
Method Detail |
---|
java.lang.Object getChildAt(int index)
index
.
int getChildCount()
java.lang.Object getData()
void sort(java.util.Comparator c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |