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
 String getKey()
          Return the actual key used to access the configuration.
 boolean isChangedProperty(PropertyChangeEvent pce)
          Tells if this configuration key is the one changed in the PropertyChangeEvent.
 

Method Detail

getKey

public String getKey()
Return the actual key used to access the configuration.

Returns:
the key.

isChangedProperty

public boolean isChangedProperty(PropertyChangeEvent pce)
Tells if this configuration key is the one changed in the PropertyChangeEvent.

Parameters:
pce - PropertyChangeEvent to check
Returns:
true if the changed property is for the key.


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook