JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.plaf.metal
クラス MetalCheckBoxUI

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
                          上位を拡張 javax.swing.plaf.metal.MetalCheckBoxUI

public class MetalCheckBoxUI
extends MetalRadioButtonUI

MetalCheckboxUI に使用する CheckboxUI の実装です。

警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。JDK バージョン 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 ComponentUI createUI(JComponent b)
           
 String getPropertyPrefix()
           
 void installDefaults(AbstractButton b)
           
protected  void uninstallDefaults(AbstractButton b)
           
 
クラス javax.swing.plaf.metal.MetalRadioButtonUI から継承されたメソッド
getDisabledTextColor, getFocusColor, getSelectColor, paint, paintFocus
 
クラス javax.swing.plaf.basic.BasicRadioButtonUI から継承されたメソッド
getDefaultIcon, getPreferredSize
 
クラス javax.swing.plaf.basic.BasicToggleButtonUI から継承されたメソッド
getTextShiftOffset, paintIcon
 
クラス javax.swing.plaf.basic.BasicButtonUI から継承されたメソッド
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
クラス javax.swing.plaf.ComponentUI から継承されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MetalCheckBoxUI

public MetalCheckBoxUI()
メソッドの詳細

createUI

public static ComponentUI createUI(JComponent b)

getPropertyPrefix

public String getPropertyPrefix()
オーバーライド:
クラス BasicRadioButtonUI 内の getPropertyPrefix

installDefaults

public void installDefaults(AbstractButton b)
オーバーライド:
クラス MetalRadioButtonUI 内の installDefaults

uninstallDefaults

protected void uninstallDefaults(AbstractButton b)
オーバーライド:
クラス MetalRadioButtonUI 内の uninstallDefaults

JavaTM 2 Platform
Standard Ed. 5.0

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

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