|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
java.util.Vector |
getAncestors()
Returns a vector of ancestors for this object, root being the first element; if it is root, an empty vector is returned |
java.lang.String |
getFullName()
Returns the string that includes the names of all of its ancestors |
java.lang.String |
getName()
|
ContainerType |
getParent()
Returns the parent type of this type (i.e. |
UiObject |
getParentObject()
|
UiObject |
getRootObject()
Returns the root UI object |
boolean |
isChildOf(UiObject o)
|
boolean |
isDescendantOf(UiObject o)
Checks if this objects is a decendant of the argument |
boolean |
isRoot()
Checks if this type objects is the root of the interface description |
void |
setName(java.lang.String newName)
Sets the name of this object; to be called only by the parent type |
void |
setParent(ContainerType parent)
Sets the parent type of this type instance -- you shouldn't need to call this method (it's already automatically called in all the right places) |
| Method Detail |
public ContainerType getParent()
public UiObject getParentObject()
public void setParent(ContainerType parent)
parent - the parentpublic boolean isRoot()
public UiObject getRootObject()
public boolean isDescendantOf(UiObject o)
o - object to test
public boolean isChildOf(UiObject o)
public java.util.Vector getAncestors()
public java.lang.String getName()
public void setName(java.lang.String newName)
newName - the namepublic java.lang.String getFullName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||