|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.OptionPaneUI
public abstract class OptionPaneUI
JOptionPane 的可插入外觀介面。
建構子摘要 | |
---|---|
OptionPaneUI()
|
方法摘要 | |
---|---|
abstract boolean |
containsCustomComponents(JOptionPane op)
如果使用者已經為選項或訊息提供 Component 實例,則返回 true。 |
abstract void |
selectInitialValue(JOptionPane op)
請求表示預設值的元件擁有焦點。 |
從類別 javax.swing.plaf.ComponentUI 繼承的方法 |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public OptionPaneUI()
方法詳細資訊 |
---|
public abstract void selectInitialValue(JOptionPane op)
public abstract boolean containsCustomComponents(JOptionPane op)
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。