|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModifiableConfiguration
A modifiable configuration.
| Method Summary | |
|---|---|
Iterator |
findPropertyKeys(String prefix)
Returns an iterator for the keys beginning with the specified prefix. |
Enumeration |
getConfigProperties()
Returns the configuration properties. |
void |
setConfigProperty(String key,
String value)
Sets the value of a configuration property. |
| Methods inherited from interface org.jfree.util.Configuration |
|---|
clone, getConfigProperty, getConfigProperty |
| Method Detail |
|---|
void setConfigProperty(String key,
String value)
key - the property key.value - the property value.Enumeration getConfigProperties()
getConfigProperties in interface ConfigurationIterator findPropertyKeys(String prefix)
findPropertyKeys in interface Configurationprefix - the prefix.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||