org.springframework.richclient.tree
Interface TreeObject

All Superinterfaces:
DescribedElement

public interface TreeObject
extends DescribedElement

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.

Author:
Keith Donald

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

getParent

TreeObject getParent()

getChildren

Collection getChildren()

getChildCount

int getChildCount()


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.