|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configurable
Components using this optional interface will be able to store settings.
There is a more detailled explanation of the configuration concept at
Configuration
Method Summary | |
---|---|
Configuration |
getConfiguration()
this method is called to retrieve the current configuration for this component. |
void |
setConfiguration(Configuration configuration)
sets the configuration for this object. |
Method Detail |
---|
void setConfiguration(Configuration configuration)
configuration
- configuration to be used by the component; not nullConfiguration getConfiguration()
setConfiguration
, a default configuration for this
component is expected to be returned (which is used, among other things,
for creating the initial config file).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |