JavaTM 2 Platform
Standard Ed. 6

javax.swing.event
介面 CellEditorListener

所有父級介面:
EventListener
所有已知實作類別:
BasicTreeUI.CellEditorHandler, JTable, JTable.AccessibleJTable

public interface CellEditorListener
extends EventListener

CellEditorListener 定義用於偵聽 CellEditor 中更改的物件的介面


方法摘要
 void editingCanceled(ChangeEvent e)
          此方法告知偵聽器編輯器已經取消編輯
 void editingStopped(ChangeEvent e)
          此方法告知偵聽器編輯器已經結束編輯
 

方法詳細資訊

editingStopped

void editingStopped(ChangeEvent e)
此方法告知偵聽器編輯器已經結束編輯


editingCanceled

void editingCanceled(ChangeEvent e)
此方法告知偵聽器編輯器已經取消編輯


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only