|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.application.configuration.ConfigurationKeyImpl
This class provides definition and manipulation of configuration keys. All keys in the configuration system will be accessed using the ConfigurationKey wrapper.
Field Summary | |
private String |
key
The string value for the key. |
Constructor Summary | |
ConfigurationKeyImpl(ConfigurationKey ck,
String k1)
Create a sub-component of an existing configuration key. |
|
ConfigurationKeyImpl(String k1)
Create a single component configuration key. |
|
ConfigurationKeyImpl(String k1,
String k2)
Create a two-component configuration key. |
|
ConfigurationKeyImpl(String k1,
String k2,
String k3)
Create a three-component configuration key. |
|
ConfigurationKeyImpl(String k1,
String k2,
String k3,
String k4)
Create a four-component configuration key. |
|
ConfigurationKeyImpl(String k1,
String k2,
String k3,
String k4,
String k5)
Create a five-component configuration key. |
Method Summary | |
String |
getKey()
Return the actual key used to access the configuration. |
boolean |
isChangedProperty(PropertyChangeEvent pce)
Compare the configuration key to a string. |
String |
toString()
Returns a formatted key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private String key
Constructor Detail |
public ConfigurationKeyImpl(String k1)
k1
- key component.public ConfigurationKeyImpl(ConfigurationKey ck, String k1)
ck
- configuration keyk1
- additional key component.public ConfigurationKeyImpl(String k1, String k2)
k1
- key component 1.k2
- key component 2.public ConfigurationKeyImpl(String k1, String k2, String k3)
k1
- key component 1.k2
- key component 2.k3
- key component 3.public ConfigurationKeyImpl(String k1, String k2, String k3, String k4)
k1
- key component 1.k2
- key component 2.k3
- key component 3.k4
- key component 4.public ConfigurationKeyImpl(String k1, String k2, String k3, String k4, String k5)
k1
- key component 1.k2
- key component 2.k3
- key component 3.k4
- key component 4.k5
- key component 5.Method Detail |
public final String getKey()
getKey
in interface ConfigurationKey
public boolean isChangedProperty(PropertyChangeEvent pce)
isChangedProperty
in interface ConfigurationKey
pce
- PropertyChangeEvent to check
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |