JavaTM Platform
Standard Ed. 6

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, getBaseline, getBaselineResizeBehavior, 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 を返します。


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。