Uses of Package
javax.swing.undo
Packages that use 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.
-
Classes in javax.swing.undo used by javax.swing.event
-
Classes in javax.swing.undo used by javax.swing.textClassDescriptionAn 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. -
Classes in javax.swing.undo used by javax.swing.undoClassDescriptionAn 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.