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