JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicTreeUI.CellEditorHandler

java.lang.Object
  繼承者 javax.swing.plaf.basic.BasicTreeUI.CellEditorHandler
所有已實作的介面:
EventListener, CellEditorListener
正在封閉類別:
BasicTreeUI

public class BasicTreeUI.CellEditorHandler
extends Object
implements CellEditorListener

偵聽器負責獲取單元格編輯事件並相應地更新階層樹。


建構子摘要
BasicTreeUI.CellEditorHandler()
           
 
方法摘要
 void editingCanceled(ChangeEvent e)
          在階層樹中取消編輯時傳遞訊息。
 void editingStopped(ChangeEvent e)
          在階層樹中停止編輯時傳遞訊息。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

BasicTreeUI.CellEditorHandler

public BasicTreeUI.CellEditorHandler()
方法詳細資訊

editingStopped

public void editingStopped(ChangeEvent e)
在階層樹中停止編輯時傳遞訊息。

指定者:
介面 CellEditorListener 中的 editingStopped

editingCanceled

public void editingCanceled(ChangeEvent e)
在階層樹中取消編輯時傳遞訊息。

指定者:
介面 CellEditorListener 中的 editingCanceled

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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