Java プラットフォーム 1.2

javax.swing.plaf
クラス OptionPaneUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--javax.swing.plaf.OptionPaneUI
直接の既知のサブクラス:
BasicOptionPaneUI, MultiOptionPaneUI

public abstract class OptionPaneUI
extends ComponentUI

JOptionPane 用のプラグイン可能な Look & Feel インタフェースです。


コンストラクタの概要
OptionPaneUI()
           
 
メソッドの概要
abstract  boolean containsCustomComponents(JOptionPane op)
          指定された Component クラスのインスタンスがオプションまたはメッセージ用のものである場合に、true を返します。
abstract  void selectInitialValue(JOptionPane op)
          デフォルト値を表すコンポーネントがフォーカスを取得するよう要求します。
 
クラス javax.swing.plaf.ComponentUI から継承したメソッド
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OptionPaneUI

public OptionPaneUI()
メソッドの詳細

selectInitialValue

public abstract void selectInitialValue(JOptionPane op)
デフォルト値を表すコンポーネントがフォーカスを取得するよう要求します。

containsCustomComponents

public abstract boolean containsCustomComponents(JOptionPane op)
指定された Component クラスのインスタンスがオプションまたはメッセージ用のものである場合に、true を返します。

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.