|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Configurable
Generically represents an object that can be configured by the
MetamorphoSys application.
| Method Summary | |
|---|---|
String |
getConfigurationDetails()
Method returns a String detailing
the user selections on the filter. |
Properties |
getProperties()
Returns the Properties representing the configuration choices. |
void |
resetToDefaults()
Resets the configuration back to default values. |
void |
setConfiguration(ApplicationConfiguration c)
Method provides the filter with values from the default configuration file. |
void |
setConfiguration(UserConfiguration c)
Method provides the filter with values from the user configuration file. |
void |
setProperties(Properties p)
Sets the Properties representing the configuration choices. |
| Method Detail |
|---|
void setConfiguration(ApplicationConfiguration c)
c - ApplicationConfigurationvoid setConfiguration(UserConfiguration c)
c - UserConfigurationString getConfigurationDetails()
String detailing
the user selections on the filter. This String will
be displayed in the mmsys.log at the completion of subsetting
so it should be formatted to be easily read.
String of data for logProperties getProperties()
Properties representing the configuration choices.
Properties representing the configuration choicesvoid setProperties(Properties p)
Properties representing the configuration choices.
p - the Properties representing the configuration choicesvoid resetToDefaults()
setPanelSelections to actually update the GUI.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||