|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Acts as a delegate for some application-specific object so that a hierarchy of those objects can be displayed in some user interface.
| Method Summary | |
HierarchicalObject[] |
getChildren()
Get the children of this object. |
java.lang.Object |
getObject()
/** Get the application-specific object. |
HierarchicalObject |
getParent()
Get the parent of this object. |
java.lang.String |
getProperty(java.lang.String name)
Get the value of an application-specific property of the underlying object. |
boolean |
isContainer()
Determine if this is a container node (otherwise it's a leaf node). |
boolean |
isDeleted()
Determine if this is object has been marked deleted. |
void |
refreshObject()
Refresh the application-specific object. |
| Method Detail |
public HierarchicalObject[] getChildren()
public HierarchicalObject getParent()
public boolean isContainer()
public boolean isDeleted()
public void refreshObject()
public java.lang.Object getObject()
public java.lang.String getProperty(java.lang.String name)
name - the name of the property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||