Uses of Class
javax.swing.event.UndoableEditEvent
-
Packages that use UndoableEditEvent 软件包 描述 javax.swing.event 提供Swing组件触发的事件。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。javax.swing.text.html 提供HTMLEditorKit
类和支持类来创建HTML文本编辑器。javax.swing.undo 允许开发人员在文本编辑器等应用程序中提供撤消/重做的支持。 -
-
Uses of UndoableEditEvent in javax.swing.event
Methods in javax.swing.event with parameters of type UndoableEditEvent Modifier and Type 方法 描述 void
UndoableEditListener. undoableEditHappened(UndoableEditEvent e)
发生可撤销的修改 -
Uses of UndoableEditEvent in javax.swing.text
Methods in javax.swing.text with parameters of type UndoableEditEvent Modifier and Type 方法 描述 protected void
AbstractDocument. fireUndoableEditUpdate(UndoableEditEvent e)
通知所有在此事件类型上通知有兴趣的听众。 -
Uses of UndoableEditEvent in javax.swing.text.html
Methods in javax.swing.text.html with parameters of type UndoableEditEvent Modifier and Type 方法 描述 protected void
HTMLDocument. fireUndoableEditUpdate(UndoableEditEvent e)
通知所有在此事件类型上通知有兴趣的听众。 -
Uses of UndoableEditEvent in javax.swing.undo
Methods in javax.swing.undo with parameters of type UndoableEditEvent Modifier and Type 方法 描述 void
UndoManager. undoableEditHappened(UndoableEditEvent e)
一个UndoableEditListener
方法。
-