public class UISpinnerButtonUI extends UIBasicButtonUI
限定符和类型 | 字段和说明 |
---|---|
protected static java.awt.Dimension |
xpSize |
BG_CHANGE_AMOUNT
限定符和类型 | 方法和说明 |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
创建UI
|
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
installDefaults, installUI, paintButtonPressed, paintFocus, paintIcon, paintToggleButtonIcon, paintToolBarButton, update
createButtonListener, getDisabledTextColor, getFocusColor, getSelectColor, paintText, uninstallDefaults
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- 组件public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
在类中 UIBasicButtonUI
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
在类中 javax.swing.plaf.basic.BasicButtonUI
BasicButtonUI.getPreferredSize(javax.swing.JComponent)