|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void setConfiguration(ApplicationConfiguration c)
c
- ApplicationConfiguration
public void setConfiguration(UserConfiguration c)
c
- UserConfiguration
public String 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 logpublic Properties getProperties()
Properties
representing the configuration choices.
Properties
representing the configuration choicespublic void setProperties(Properties p)
Properties
representing the configuration choices.
p
- the Properties
representing the configuration choicespublic void resetToDefaults()
setPanelSelections
to actually update the GUI.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |