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