所有类
javax.swing.plaf.metal
类 MetalRadioButtonUI
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
- 直接已知子类:
- MetalCheckBoxUI
-
public class MetalRadioButtonUI
- extends BasicRadioButtonUI
MetalRadioButtonUI 的 RadioButtonUI 实现
警告:此类的已序列化对象与以后的 Swing 版本不兼容。当前序列化支持适用于短期存储或运行相同 Swing 版本的应用程序之间的 RMI。从 1.4 版本开始,已在 java.beans
包中添加了支持所有 JavaBeansTM 长期存储的功能。请参见 XMLEncoder
。
从类 javax.swing.plaf.basic.BasicButtonUI 继承的方法 |
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
focusColor
protected Color focusColor
selectColor
protected Color selectColor
disabledTextColor
protected Color disabledTextColor
MetalRadioButtonUI
public MetalRadioButtonUI()
createUI
public static ComponentUI createUI(JComponent c)
-
installDefaults
public void installDefaults(AbstractButton b)
-
- 覆盖:
-
类
BasicRadioButtonUI
中的 installDefaults
-
uninstallDefaults
protected void uninstallDefaults(AbstractButton b)
-
- 覆盖:
-
类
BasicRadioButtonUI
中的 uninstallDefaults
-
getSelectColor
protected Color getSelectColor()
-
getDisabledTextColor
protected Color getDisabledTextColor()
-