|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Control for viewing and editing a sub-set of config settings. Each ConfigurationForm implementation is responsible for validating and persisting any changes made. This generic interface is intended to simplify the addition of new types of preferences, for example with plugins.
In addition to the methods in the interface, the contract of ConfigurationForm includes two additional requirements:
| Method Summary | |
void |
accountChanged()
|
java.lang.String |
getFormName()
Get a short name for the preferences this form class provides access to. |
void |
saveChanges()
Save any changes made using the form. |
void |
setConfigurationDialog(ConfigurationDialog dialog)
|
Fault |
validateChanges()
Validate any changes made, returning an array of user-friendly error messages if there is a problem. |
| Method Detail |
public void saveChanges()
public Fault validateChanges()
public java.lang.String getFormName()
public void setConfigurationDialog(ConfigurationDialog dialog)
public void accountChanged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||