|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeObject
A interface to be implemented by any object participating in a hierarchical tree structure. For example, business objects that were linked via a graph of references may implement this interface to allow for traversing the graph by a client such as a user interface application.
Field Summary |
---|
Fields inherited from interface org.springframework.richclient.core.DescribedElement |
---|
CAPTION_PROPERTY, DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY |
Method Summary | |
---|---|
int |
getChildCount()
|
Collection |
getChildren()
|
TreeObject |
getParent()
|
Methods inherited from interface org.springframework.richclient.core.DescribedElement |
---|
getCaption, getDescription, getDisplayName |
Method Detail |
---|
TreeObject getParent()
Collection getChildren()
int getChildCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |