|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConfigurable
Interface for configurable modules and other configurable parts of the
application.
Modules implementing IVerinecModule that want to display
a configuration panel in the application preferences dialog also implement
this IConfigurable interface. They must provide a panel extending
ConfigPanel as configuration dialog element.
The configuration must also work if the module is not currently loaded.
Saving of settings should be accomplished via the
VerinecStudio.loadConfig(String) and
VerinecStudio.saveConfig(String,org.jdom.Document) methods.
| Method Summary | |
|---|---|
ConfigPanel |
getConfigPanel()
Get the configuration dialog panel. |
void |
saveConfiguration(Document config)
Save the configuration from the ConfigPanel permanently as well as use it for running configuration. |
| Method Detail |
|---|
ConfigPanel getConfigPanel()
throws VerinecException
VerinecException - if the panel can not be instantiated.void saveConfiguration(Document config)
config - The new configuration document.
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||