|
|||||||||
| Home >> All >> org >> argouml >> [ configuration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.argouml.configuration
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.
| 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. |
| Method Detail |
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.
|
|||||||||
| Home >> All >> org >> argouml >> [ configuration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC