Java プラットフォーム 1.2

javax.swing.plaf.basic
クラス BasicCheckBoxUI

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.basic.BasicCheckBoxUI

public class BasicCheckBoxUI
extends BasicRadioButtonUI

BasicCheckboxUI のための CheckboxUI の実装です。

警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。今後の Swing リリースでは、長期間の持続性をサポートする予定です


クラス javax.swing.plaf.basic.BasicRadioButtonUI から継承したフィールド
icon
 
クラス javax.swing.plaf.basic.BasicButtonUI から継承したフィールド
defaultTextIconGap, defaultTextShiftOffset
 
コンストラクタの概要
BasicCheckBoxUI()
           
 
メソッドの概要
static ComponentUI createUI(JComponent b)
           
 String getPropertyPrefix()
           
 
クラス javax.swing.plaf.basic.BasicRadioButtonUI から継承したメソッド
getDefaultIcon, getPreferredSize, installDefaults, paint, paintFocus, uninstallDefaults
 
クラス javax.swing.plaf.basic.BasicToggleButtonUI から継承したメソッド
paintButtonPressed, paintFocus, paintIcon, paintText
 
クラス javax.swing.plaf.basic.BasicButtonUI から継承したメソッド
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paintIcon, 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
 

コンストラクタの詳細

BasicCheckBoxUI

public BasicCheckBoxUI()
メソッドの詳細

createUI

public static ComponentUI createUI(JComponent b)

getPropertyPrefix

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

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.