public class UIRadioButtonUI
extends javax.swing.plaf.metal.MetalRadioButtonUI
| 构造器和说明 |
|---|
UIRadioButtonUI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
创建UI
|
protected UIRadioButtonIcon |
getRadioButton()
Returns the skinned Icon
|
void |
installUI(javax.swing.JComponent c)
为该组件加载图标
|
protected void |
paintFocus(java.awt.Graphics g,
java.awt.Rectangle t,
java.awt.Dimension arg2)
Paints the focus for the radiobutton
|
getDisabledTextColor, getFocusColor, getSelectColor, installDefaults, paint, uninstallDefaultsgetDefaultIcon, getPreferredSize, getPropertyPrefixclearTextShiftOffset, createButtonListener, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - 组件public void installUI(javax.swing.JComponent c)
installUI 在类中 javax.swing.plaf.basic.BasicButtonUIc - 组件对象protected UIRadioButtonIcon getRadioButton()
protected void paintFocus(java.awt.Graphics g,
java.awt.Rectangle t,
java.awt.Dimension arg2)
paintFocus 在类中 javax.swing.plaf.metal.MetalRadioButtonUIMetalRadioButtonUI.paintFocus(java.awt.Graphics, java.awt.Rectangle, java.awt.Dimension)