public interface IlvSettingsSerializer
IlvObjectSettingsHandler
Modifier and Type | Method and Description |
---|---|
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.
|
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)
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.