Uses of Package
javax.swing.undo
Package
Description
Provides for events fired by Swing components.
Provides classes and interfaces that deal with editable and noneditable text
components.
Allows developers to provide support for undo/redo in applications such as
text editors.
-
-
ClassDescriptionAn abstract implementation of
UndoableEdit
, implementing simple responses to all boolean methods in that interface.Thrown when an UndoableEdit is told toredo()
and can't.Thrown when an UndoableEdit is told toundo()
and can't.A concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.AnUndoableEdit
represents an edit. -
ClassDescriptionAn abstract implementation of
UndoableEdit
, implementing simple responses to all boolean methods in that interface.Thrown when an UndoableEdit is told toredo()
and can't.Thrown when an UndoableEdit is told toundo()
and can't.A concrete subclass of AbstractUndoableEdit, used to assemble little UndoableEdits into great big ones.StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.AnUndoableEdit
represents an edit.