|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.event.GTConstant
Indicates a constant immutable data object, may be shared (and will not issue change notifications).
| Field Summary | |
static GTRoot |
SHARED
|
| Constructor Summary | |
GTConstant()
|
|
| Method Summary | |
void |
changed(GTDelta delta)
A child has been changed (maybe added), issued after change. |
java.lang.Object |
clone()
|
GTNote |
getNote()
|
GTComponent |
getParent()
Used to locate our parent. |
void |
removed(GTDelta delta)
A child has been removed, issued before change. |
void |
setNote(GTNote container)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final GTRoot SHARED
| Constructor Detail |
public GTConstant()
| Method Detail |
public java.lang.Object clone()
public GTComponent getParent()
GTComponent
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 GTComponentpublic void removed(GTDelta delta)
GTComponentThis method is for use by children only it is implementor API and should not be called by client code.
Q:Why does it exist then?Q:GeoAPI does not support this? No they don't, their interface are set up to match specification for interoptability between toolkit implementations. By the time you pass a GeoAPI object around it should stop wiggling and just be viewed as stable data. But yes we should ask them about this...
removed in interface GTComponentpublic void changed(GTDelta delta)
GTComponentThis method is for use by children only it is implementor API and should not be called by client code.
Q:Why does it exist then?Q:GeoAPI does not support this? No they don't, their interface are set up to match specification for interoptability between toolkit implementations. By the time you pass a GeoAPI object around it should stop wiggling and just be viewed as stable data. But yes we should ask them about this...
changed in interface GTComponentpublic GTNote getNote()
getNote in interface GTComponentpublic void setNote(GTNote container)
setNote in interface GTComponent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||