|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.swing.event
接口 UndoableEditListener
- 所有超级接口:
- EventListener
- 所有已知实现类:
- UndoManager
-
public interface UndoableEditListener
- extends EventListener
该接口由某个对接收有关可撤消操作的消息感兴趣的类实现。
方法摘要 | |
---|---|
void |
undoableEditHappened(UndoableEditEvent e) 发生了可撤消的编辑操作 |
方法详细信息 |
---|
undoableEditHappened
void undoableEditHappened(UndoableEditEvent e)
- 发生了可撤消的编辑操作
-
-
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |