|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception javax.swing.tree.ExpandVetoException
public class ExpandVetoException
用於阻止擴展/折疊發生的異常。有關更多資訊和範例,請參閱 The Java Tutorial 中的 How to Write a Tree-Will-Expand Listener 一節。
欄位摘要 | |
---|---|
protected TreeExpansionEvent |
event
為其創建異常的事件。 |
建構子摘要 | |
---|---|
ExpandVetoException(TreeExpansionEvent event)
建構不帶任何訊息的 ExpandVetoException 物件。 |
|
ExpandVetoException(TreeExpansionEvent event,
String message)
建構帶指定訊息的 ExpandVetoException 物件。 |
方法摘要 |
---|
從類別 java.lang.Throwable 繼承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
欄位詳細資訊 |
---|
protected TreeExpansionEvent event
建構子詳細資訊 |
---|
public ExpandVetoException(TreeExpansionEvent event)
event
- TreeExpansionEvent 物件public ExpandVetoException(TreeExpansionEvent event, String message)
event
- TreeExpansionEvent 物件message
- 套件含該訊息的 String
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。