-
public class MetalCheckBoxUI extends MetalRadioButtonUI
MetalCheckboxUIのCheckboxUI実装です。警告: このクラスの直列化されたオブジェクトは、今後のSwingリリースと互換ではなくなる予定です。 現在の直列化のサポートは、短期間の格納や、同じバージョンのSwingを実行するアプリケーション間のRMIに適しています。 1.4以降、すべてのJavaBeans™用の長期間の格納サポートが
java.beansパッケージに追加されています。XMLEncoderを参照してください。
-
-
フィールドのサマリー
-
クラスjavax.swing.plaf.metalで宣言されるフィールド。MetalRadioButtonUI
disabledTextColor, focusColor, selectColor
-
クラスjavax.swing.plaf.basicで宣言されるフィールド。BasicRadioButtonUI
icon
-
クラスjavax.swing.plaf.basicで宣言されるフィールド。BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 MetalCheckBoxUI()
-
メソッドのサマリー
すべてのメソッド 静的メソッド 具象メソッド 修飾子と型 メソッド 説明 static ComponentUIcreateUI(JComponent b)MetalCheckBoxUIのインスタンスを返します。-
クラスjavax.swing.plaf.metalで宣言されたメソッド。MetalRadioButtonUI
getDisabledTextColor, getFocusColor, getSelectColor
-
クラス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
-
-
-
-
メソッドの詳細
-
createUI
public static ComponentUI createUI(JComponent b)
MetalCheckBoxUIのインスタンスを返します。- パラメータ:
b- コンポーネント- 戻り値:
MetalCheckBoxUIの新しいインスタンス
-
-