org.argouml.application.api
Interface ConfigurationKey
- All Known Implementing Classes:
- ConfigurationKeyImpl
- public interface ConfigurationKey
This class provides definition and manipulation of configuration keys.
All keys in the configuration system will be accessed using the
ConfigurationKey interface.
- Since:
- 0.9.4
Method Summary |
java.lang.String |
getKey()
Return the actual key used to access the configuration. |
boolean |
isChangedProperty(java.beans.PropertyChangeEvent pce)
Tells if this configuration key is the one changed in the
PropertyChangeEvent. |
getKey
public java.lang.String getKey()
- Return the actual key used to access the configuration.
isChangedProperty
public boolean isChangedProperty(java.beans.PropertyChangeEvent pce)
- Tells if this configuration key is the one changed in the
PropertyChangeEvent.