|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.resource.ResourceRegistry
public abstract class ResourceRegistry
Abstract base class for various JFace registries.
Constructor Summary | |
---|---|
ResourceRegistry()
|
Method Summary | |
---|---|
void |
addListener(IPropertyChangeListener listener)
Adds a property change listener to this registry. |
protected abstract void |
clearCaches()
Disposes all currently allocated resources. |
protected void |
fireMappingChanged(java.lang.String name,
java.lang.Object oldValue,
java.lang.Object newValue)
Fires a PropertyChangeEvent . |
abstract java.util.Set |
getKeySet()
|
abstract boolean |
hasValueFor(java.lang.String key)
Return whether or not the receiver has a value for the supplied key. |
void |
removeListener(IPropertyChangeListener listener)
Removes the given listener from this registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceRegistry()
Method Detail |
---|
public void addListener(IPropertyChangeListener listener)
listener
- a property change listenerprotected abstract void clearCaches()
public abstract java.util.Set getKeySet()
public abstract boolean hasValueFor(java.lang.String key)
key
- the key
true
if there is a value for this keyprotected void fireMappingChanged(java.lang.String name, java.lang.Object oldValue, java.lang.Object newValue)
PropertyChangeEvent
.
name
- the name of the symbolic value that is changing.oldValue
- the old value.newValue
- the new value.public void removeListener(IPropertyChangeListener listener)
listener
- a property change listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |