java.lang.Object
javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
- 所有已实现的接口:
-
EventListener
,CellEditorListener
- 封闭类:
-
BasicTreeUI
负责获取单元格编辑事件并相应地更新树的监听器。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
当树中的编辑被取消时发送消息。void
当树中的编辑停止时发送消息。
-
Constructor Details
-
CellEditorHandler
public CellEditorHandler()构造一个CellEditorHandler
。
-
-
Method Details
-
editingStopped
当树中的编辑停止时发送消息。- 指定者:
-
editingStopped
在接口CellEditorListener
中 - 参数:
-
e
- 包含事件源的ChangeEvent
-
editingCanceled
当树中的编辑被取消时发送消息。- 指定者:
-
editingCanceled
在接口CellEditorListener
中 - 参数:
-
e
- 包含事件源的ChangeEvent
-