org.springframework.richclient.settings.support
Class DefaultMementoFactory

java.lang.Object
  extended by org.springframework.richclient.settings.support.DefaultMementoFactory
All Implemented Interfaces:
MementoFactory

public class DefaultMementoFactory
extends Object
implements MementoFactory


Constructor Summary
DefaultMementoFactory()
           
 
Method Summary
 Memento createMemento(JComponent component, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMementoFactory

public DefaultMementoFactory()
Method Detail

createMemento

public Memento createMemento(JComponent component,
                             String key)
Specified by:
createMemento in interface MementoFactory


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.