ilog.views.appframe.settings
Interface IlvSettingsSerializer


public interface IlvSettingsSerializer

Defines serializer objects responsible for reading and writing the settings of an object into a settings element.

See Also:
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

readSettings

void readSettings(IlvSettingsElement element,
                  Object object)
Reads the settings of the specified object from the specified settings element.

Parameters:
element - The settings element to read the settings from.
object - The object to initialize according to the specified settings element.
See Also:
writeSettings(ilog.views.appframe.settings.IlvSettingsElement, java.lang.Object)

writeSettings

void writeSettings(IlvSettingsElement element,
                   Object object)
Writes the settings of the specified object to the specified settings element.

Parameters:
element - The settings element to write the settings of the object to.
object - The object to save the settings of.
See Also:
readSettings(ilog.views.appframe.settings.IlvSettingsElement, java.lang.Object)


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.