JavaTM 2 Platform
Standard Ed. 6

javax.swing
類別 JTree.TreeSelectionRedirector

java.lang.Object
  繼承者 javax.swing.JTree.TreeSelectionRedirector
所有已實作的介面:
Serializable, EventListener, TreeSelectionListener
正在封閉類別:
JTree

protected class JTree.TreeSelectionRedirector
extends Object
implements Serializable, TreeSelectionListener

使用 JTree 創建一個作為源的新 TreeSelectionEvent 並將其傳遞到所有偵聽器的句柄。

警告:此類別的序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲,或適用於在運行相同 Swing 版本的應用程序之間進行 RMI(Remote Method Invocation,遠端方法調用)。從 1.4 版本開始,已在 java.beans 套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder


建構子摘要
protected JTree.TreeSelectionRedirector()
           
 
方法摘要
 void valueChanged(TreeSelectionEvent e)
          在選擇更改時由 TreeSelectionModel 調用。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

JTree.TreeSelectionRedirector

protected JTree.TreeSelectionRedirector()
方法詳細資訊

valueChanged

public void valueChanged(TreeSelectionEvent e)
在選擇更改時由 TreeSelectionModel 調用。

指定者:
介面 TreeSelectionListener 中的 valueChanged
參數:
e - 由 TreeSelectionModel 產生的 TreeSelectionEvent

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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