JSR-209 (Final Release)

javax.swing.undo
Interface StateEditable


public interface StateEditable

StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.

See Also:
StateEdit

Field Summary
static java.lang.String RCSID
          Resource ID for this class.
 
Method Summary
 void restoreState(java.util.Hashtable state)
          Upon receiving this message the receiver should extract any relevant state out of state.
 void storeState(java.util.Hashtable state)
          Upon receiving this message the receiver should place any relevant state into state.
 

Field Detail

RCSID

public static final java.lang.String RCSID
Resource ID for this class.

See Also:
Constant Field Values
Method Detail

storeState

public void storeState(java.util.Hashtable state)
Upon receiving this message the receiver should place any relevant state into state.


restoreState

public void restoreState(java.util.Hashtable state)
Upon receiving this message the receiver should extract any relevant state out of state.


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.