|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static GTNote |
EMPTY
|
Method Summary | |
java.lang.String |
getNotificationName()
Indicate name used during notification |
int |
getNotificationPosition()
Indicate position used during notification |
GTComponent |
getParent()
Used to locate our parent. |
void |
setNotificationName(java.lang.String name)
Indicate name used during notification |
void |
setNotificationPosition(int index)
Indicate name position used during notification |
void |
setParent(GTComponent newParent)
Used to set the parent, and associated placement information. |
Field Detail |
public static final GTNote EMPTY
Method Detail |
public GTComponent getParent()
This method will return a "NULLObject", called GTRoot.NO_PARENT when
no parent is present, client code should never have to be concerned
this method return null
.
public void setParent(GTComponent newParent)
newParent
- GTComponent or NULLGTRoot if nonepublic void setNotificationName(java.lang.String name)
public java.lang.String getNotificationName()
public void setNotificationPosition(int index)
public int getNotificationPosition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |