Uses of Class
javax.swing.undo.CompoundEdit
Packages that use CompoundEdit
包
描述
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
Subclasses of CompoundEdit in javax.swing.text修饰符和类Class描述class
Stores document changes as the document is being modified. -
Uses of CompoundEdit in javax.swing.undo
Subclasses of CompoundEdit in javax.swing.undo修饰符和类Class描述class
UndoManager
manages a list ofUndoableEdits
, providing a way to undo or redo the appropriate edits.Fields in javax.swing.undo declared as CompoundEditMethods in javax.swing.undo that return CompoundEdit修饰符和类方法描述protected CompoundEdit
UndoableEditSupport.createCompoundEdit()
Called only frombeginUpdate
.