Uses of Class
javax.swing.undo.CompoundEdit
Package
Description
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.
-
Uses of CompoundEdit in javax.swing.text
Modifier and TypeClassDescriptionclass
Stores document changes as the document is being modified. -
Uses of CompoundEdit in javax.swing.undo
Modifier and TypeClassDescriptionclass
UndoManager
manages a list ofUndoableEdits
, providing a way to undo or redo the appropriate edits.Modifier and TypeFieldDescriptionprotected CompoundEdit
UndoableEditSupport.compoundEdit
The compound edit.Modifier and TypeMethodDescriptionprotected CompoundEdit
UndoableEditSupport.createCompoundEdit()
Called only frombeginUpdate
.