Uses of Class
javax.swing.undo.CompoundEdit
-
Packages that use CompoundEdit 软件包 描述 javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.undo 允许开发人员在文本编辑器等应用程序中提供撤消/重做的支持。 -
-
Uses of CompoundEdit in javax.swing.text
Subclasses of CompoundEdit in javax.swing.text Modifier and Type Class 描述 class
AbstractDocument.DefaultDocumentEvent
正在修改文档时存储文档更改。 -
Uses of CompoundEdit in javax.swing.undo
Subclasses of CompoundEdit in javax.swing.undo Modifier and Type Class 描述 class
UndoManager
UndoManager
管理列表UndoableEdits
,提供了一种方法来撤消或恢复适当的编辑。Fields in javax.swing.undo declared as CompoundEdit Modifier and Type Field 描述 protected CompoundEdit
UndoableEditSupport. compoundEdit
复合编辑。Methods in javax.swing.undo that return CompoundEdit Modifier and Type 方法 描述 protected CompoundEdit
UndoableEditSupport. createCompoundEdit()
仅限于beginUpdate
。
-