org.geotools.event
Interface GTNote

All Known Implementing Classes:
GTNoteImpl

public interface GTNote


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

EMPTY

public static final GTNote EMPTY
Method Detail

getParent

public GTComponent getParent()
Used to locate our parent.

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.

Returns:
Parent GTComponent or GTRoot.NO_PARENT if none

setParent

public void setParent(GTComponent newParent)
Used to set the parent, and associated placement information.

Parameters:
newParent - GTComponent or NULLGTRoot if none

setNotificationName

public void setNotificationName(java.lang.String name)
Indicate name used during notification


getNotificationName

public java.lang.String getNotificationName()
Indicate name used during notification


setNotificationPosition

public void setNotificationPosition(int index)
Indicate name position used during notification


getNotificationPosition

public int getNotificationPosition()
Indicate position used during notification



Copyright © GeoTools. All Rights Reserved.