|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.resource.ResourceRegistry
Abstract baseclass 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(String name,
Object oldValue,
Object newValue)
Fires a PropertyChangeEvent. |
abstract Set | getKeySet()
|
abstract boolean | hasValueFor(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)
protected abstract void clearCaches()
public abstract Set getKeySet()
public abstract boolean hasValueFor(String key)
protected void fireMappingChanged(String name, Object oldValue, Object newValue)
public void removeListener(IPropertyChangeListener listener)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.