|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeAware
Any object that needs to be aware that it is in a tree collection (for example if it needs to have access to it's siblings) should implement this interface.
Method Summary | |
---|---|
void |
setNode(TreeNode<?> node)
|
Method Detail |
---|
void setNode(TreeNode<?> node)
node
- The node this element belongs to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |