Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.