java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.basic.BasicToggleButtonUI
javax.swing.plaf.basic.BasicRadioButtonUI
javax.swing.plaf.metal.MetalRadioButtonUI
- 直系の既知のサブクラス:
- MetalCheckBoxUI
public class MetalRadioButtonUI extends BasicRadioButtonUI
MetalRadioButtonUIのRadioButtonUI実装です。
 
 警告: このクラスの直列化されたオブジェクトは、今後のSwingリリースと互換ではなくなる予定です。 現在の直列化のサポートは、短期間の格納や、同じバージョンのSwingを実行するアプリケーション間のRMIに適しています。 1.4では、すべてのJavaBeansの長期ストレージのサポートがjava.beansパッケージに追加されました。 XMLEncoderを参照してください。 
- 
フィールドのサマリーフィールド修飾子と型フィールド説明protected Color無効にされたテキストの色。protected Colorフォーカスされたラジオ・ボタンの色です。protected Color選択したラジオ・ボタンの色です。クラス javax.swing.plaf.basic.BasicRadioButtonUIで宣言されたフィールドiconクラス javax.swing.plaf.basic.BasicButtonUIで宣言されたフィールドdefaultTextIconGap, defaultTextShiftOffset
- 
コンストラクタのサマリーコンストラクタ
- 
メソッドのサマリー修飾子と型メソッド説明static ComponentUIcreateUI(JComponent c)MetalRadioButtonUIのインスタンスを返します。protected Color無効にされたテキストの色を返します。protected ColorフォーカスされたJRadioButtonの色を返します。protected Color選択したJRadioButtonの色を返します。voidデフォルトのプロパティをインストールします。クラス javax.swing.plaf.basic.BasicRadioButtonUIで宣言されたメソッドgetDefaultIcon, getPreferredSize, paint, paintFocusクラス javax.swing.plaf.basic.BasicToggleButtonUIで宣言されたメソッドgetTextShiftOffset, paintIconクラス javax.swing.plaf.basic.BasicButtonUIで宣言されたメソッドclearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getPropertyPrefix, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListenersクラス javax.swing.plaf.ComponentUIで宣言されたメソッドcontains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, installUI, uninstallUI, update
- 
フィールド詳細
- 
コンストラクタの詳細- 
MetalRadioButtonUIpublic MetalRadioButtonUI()MetalRadioButtonUIを構築します。
 
- 
- 
メソッドの詳細- 
createUIpublic static ComponentUI createUI(JComponent c)MetalRadioButtonUIのインスタンスを返します。- パラメータ:
- c- コンポーネント
- 戻り値:
- MetalRadioButtonUIのインスタンス
 
- 
installDefaultspublic void installDefaults(AbstractButton b)クラスからコピーされた説明:BasicButtonUIデフォルトのプロパティをインストールします。- オーバーライド:
- installDefaults、クラス:- BasicButtonUI
- パラメータ:
- b- 抽象的なボタン
 
- 
getSelectColorprotected Color getSelectColor()選択したJRadioButtonの色を返します。- 戻り値:
- 選択されたJRadioButtonの色
 
- 
getDisabledTextColorprotected Color getDisabledTextColor()無効にされたテキストの色を返します。- 戻り値:
- 無効にされたテキストの色
 
- 
getFocusColorprotected Color getFocusColor()フォーカスされたJRadioButtonの色を返します。- 戻り値:
- フォーカスされたJRadioButtonの色
 
 
-