API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.swing.undo.
StateEditable
View Source
Author(s)
Since
Version
Serial
Hierarchy
StateEditable
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface StateEditable
StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.
StateEditable defines the interface for objects that can have
their state undone/redone by a StateEdit.
See also:
StateEdit
Methods
Hide/Show inherited methods
public
void
restoreState
(
Hashtable
<
Object
,
Object
> state)
Upon receiving this message the receiver should extract any relevant state out of
state
.
public
void
storeState
(
Hashtable
<
Object
,
Object
> state)
Upon receiving this message the receiver should place any relevant state into
state
.
Fields
Hide/Show inherited fields
public
final
static
String
RCSID
= "$Id: StateEditable.java,v 1.2 1997/09/08 19:39:08 marklin Exp $"
Resource ID for this class.
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar