|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.event.GTNoteImpl
| Field Summary | |
protected java.lang.String |
notificationName
|
protected int |
notificationPosition
|
| Fields inherited from interface org.geotools.event.GTNote |
EMPTY |
| Constructor Summary | |
GTNoteImpl()
|
|
GTNoteImpl(GTComponent parent,
java.lang.String notificationName,
int notificationPosition)
|
|
GTNoteImpl(java.lang.String notificationName,
int notificationPosition)
|
|
| 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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String notificationName
protected int notificationPosition
| Constructor Detail |
public GTNoteImpl()
public GTNoteImpl(java.lang.String notificationName,
int notificationPosition)
public GTNoteImpl(GTComponent parent,
java.lang.String notificationName,
int notificationPosition)
| Method Detail |
public GTComponent getParent()
GTNote
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.
getParent in interface GTNotepublic void setParent(GTComponent newParent)
GTNote
setParent in interface GTNotenewParent - GTComponent or NULLGTRoot if nonepublic void setNotificationName(java.lang.String name)
GTNote
setNotificationName in interface GTNotepublic java.lang.String getNotificationName()
GTNote
getNotificationName in interface GTNotepublic void setNotificationPosition(int index)
GTNote
setNotificationPosition in interface GTNotepublic int getNotificationPosition()
GTNote
getNotificationPosition in interface GTNotepublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||