|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvSettingsSerializer
Defines serializer objects responsible for reading and writing the settings of an object into a settings element.
IlvObjectSettingsHandler| Method Summary | |
|---|---|
void |
readSettings(IlvSettingsElement element,
Object object)
Reads the settings of the specified object from the specified settings element. |
void |
writeSettings(IlvSettingsElement element,
Object object)
Writes the settings of the specified object to the specified settings element. |
| Method Detail |
|---|
void readSettings(IlvSettingsElement element,
Object object)
element - The settings element to read the settings from.object - The object to initialize according to the specified
settings element.writeSettings(ilog.views.appframe.settings.IlvSettingsElement, java.lang.Object)
void writeSettings(IlvSettingsElement element,
Object object)
element - The settings element to write the settings of the object to.object - The object to save the settings of.readSettings(ilog.views.appframe.settings.IlvSettingsElement, java.lang.Object)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||