- 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 ColordisabledTextColor無効にされたテキストの色。protected ColorfocusColorフォーカスされたラジオ・ボタンの色です。protected ColorselectColor選択したラジオ・ボタンの色です。- 
クラス javax.swing.plaf.basic.BasicRadioButtonUIで宣言されたフィールドicon
 - 
クラス javax.swing.plaf.basic.BasicButtonUIで宣言されたフィールドdefaultTextIconGap, defaultTextShiftOffset
 
- 
 - 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 MetalRadioButtonUI()
 - 
メソッドのサマリー修飾子と型 メソッド 説明 static ComponentUIcreateUI(JComponent c)MetalRadioButtonUIのインスタンスを返します。protected ColorgetDisabledTextColor()無効にされたテキストの色を返します。protected ColorgetFocusColor()フォーカスされたJRadioButtonの色を返します。protected ColorgetSelectColor()選択したJRadioButtonの色を返します。- 
クラス 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, installDefaults, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners
 - 
クラス javax.swing.plaf.ComponentUIで宣言されたメソッドcontains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, installUI, uninstallUI, update
 
- 
 
- 
- 
- 
メソッドの詳細- 
createUIpublic static ComponentUI createUI(JComponent c) MetalRadioButtonUIのインスタンスを返します。- パラメータ:
- c- コンポーネント
- 戻り値:
- MetalRadioButtonUIのインスタンス
 
 - 
getSelectColorprotected Color getSelectColor() 選択したJRadioButtonの色を返します。- 戻り値:
- 選択されたJRadioButtonの色
 
 - 
getDisabledTextColorprotected Color getDisabledTextColor() 無効にされたテキストの色を返します。- 戻り値:
- 無効にされたテキストの色
 
 - 
getFocusColorprotected Color getFocusColor() フォーカスされたJRadioButtonの色を返します。- 戻り値:
- フォーカスされたJRadioButtonの色
 
 
- 
 
-