|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.catalog.AbstractGeoResource
Abstract implementation of GeoResource.
Nested Class Summary |
Nested classes inherited from class org.geotools.catalog.Resolve |
Resolve.Status |
Constructor Summary | |
AbstractGeoResource()
|
Method Summary | |
void |
addListener(ResolveChangeListener listener)
This method does nothing. |
boolean |
equals(java.lang.Object other)
This should represent the identifier |
void |
fire(ResolveChangeEvent event)
This method does nothing. |
int |
hashCode()
This should represent the identified |
java.util.List |
members(ProgressListener monitor)
return null ... almost always a leaf |
Resolve |
parent(ProgressListener monitor)
This method is shorthand for
return (Service) resolve(Service.class, monitor);
|
void |
removeListener(ResolveChangeListener listener)
This method does nothing. |
java.lang.String |
toString()
Indicate class and id. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.geotools.catalog.GeoResource |
getInfo, resolve |
Methods inherited from interface org.geotools.catalog.Resolve |
canResolve, getIdentifier, getMessage, getStatus |
Constructor Detail |
public AbstractGeoResource()
Method Detail |
public Resolve parent(ProgressListener monitor) throws java.io.IOException
return (Service) resolve(Service.class, monitor);
parent
in interface Resolve
monitor
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!GeoResource.resolve(Class, ProgressListener)
public java.util.List members(ProgressListener monitor)
members
in interface Resolve
monitor
- Progress monitor used to report status while blocking.
May be null.
net.refractions.udig.catalog.IResolve#members(org.eclipse.core.runtime.ProgressListener)
public boolean equals(java.lang.Object other)
other
-
Object.equals(java.lang.Object)
public void addListener(ResolveChangeListener listener)
addListener
in interface Resolve
listener
- DOCUMENT ME!public void removeListener(ResolveChangeListener listener)
removeListener
in interface Resolve
listener
- DOCUMENT ME!public void fire(ResolveChangeEvent event)
fire
in interface Resolve
event
- DOCUMENT ME!public int hashCode()
Object.hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |