|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INode
Tree node interface for adapting tree structures
to a flattened ITreeContentProvider
.
Method Summary | |
---|---|
List |
getChildren()
List of INode children, in order. |
Object |
getData()
Row data. |
String |
getId()
Row id. |
INode |
getParent()
Node parent, or null for root. |
Method Detail |
---|
Object getData()
String getId()
INode getParent()
List getChildren()
INode
children, in order.
Empty list (non-null) for leaf nodes.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |