net.sf.doolin.gui.service.support
Class AbstractGUIPreferences

java.lang.Object
  extended by net.sf.doolin.gui.service.support.AbstractGUIPreferences
All Implemented Interfaces:
GUIPreferences
Direct Known Subclasses:
DefaultGUIPreferences, PropertyFileGUIPreferences

public abstract class AbstractGUIPreferences
extends Object
implements GUIPreferences

The Class AbstractGUIPreferences.


Constructor Summary
AbstractGUIPreferences()
           
 
Method Summary
 void restoreMemento(Memento memento)
          Restores a Memento from the preferences.
 void saveMemento(Memento memento)
          Saves a Memento in the preferences.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.doolin.gui.service.GUIPreferences
delete, getBoolean, getFile, getInt, getLong, getString, save, setBoolean, setFile, setInt, setLong, setString
 

Constructor Detail

AbstractGUIPreferences

public AbstractGUIPreferences()
Method Detail

restoreMemento

public void restoreMemento(Memento memento)
Restores a Memento from the preferences.

Specified by:
restoreMemento in interface GUIPreferences
Parameters:
memento - Memento to restore
See Also:
Memento.restoreMemento(GUIPreferences)

saveMemento

public void saveMemento(Memento memento)
Saves a Memento in the preferences.

Specified by:
saveMemento in interface GUIPreferences
Parameters:
memento - Memento to save
See Also:
Memento.saveMemento(GUIPreferences)


Copyright © 2011. All Rights Reserved.