package


Show All Login
Java SE 6
  
Details
Allows developers to provide support for undo/redo in applications such as text editors.

Note: Most of the Swing API is not thread safe. For details, see Threads and Swing, a section in The Java Tutorial.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
since1.2
serialexclude

Interfaces
StateEditable
UndoableEdit

Exceptions
CannotRedoException
CannotUndoException
Classes
AbstractUndoableEdit
CompoundEdit
StateEdit
UndoableEditSupport
UndoManager