public class MetalCheckBoxUI extends MetalRadioButtonUI
警告: このクラスの直列化されたオブジェクトは、今後のSwingリリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の格納や、同じバージョンのSwingを実行するアプリケーション間のRMIに適しています。1.4以降、すべてのJavaBeans(tm)用の長期間の格納サポートがjava.beans
パッケージに追加されています。XMLEncoder
を参照してください。
disabledTextColor, focusColor, selectColor
icon
defaultTextIconGap, defaultTextShiftOffset
コンストラクタと説明 |
---|
MetalCheckBoxUI() |
修飾子と型 | メソッドと説明 |
---|---|
static ComponentUI |
createUI(JComponent b) |
String |
getPropertyPrefix() |
void |
installDefaults(AbstractButton b) |
protected void |
uninstallDefaults(AbstractButton b) |
getDisabledTextColor, getFocusColor, getSelectColor, paint, paintFocus
getDefaultIcon, getPreferredSize
getTextShiftOffset, paintIcon
clearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public static ComponentUI createUI(JComponent b)
public String getPropertyPrefix()
getPropertyPrefix
、クラス: BasicRadioButtonUI
public void installDefaults(AbstractButton b)
installDefaults
、クラス: MetalRadioButtonUI
protected void uninstallDefaults(AbstractButton b)
uninstallDefaults
、クラス: MetalRadioButtonUI
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.