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, updatecreateButtonListener, getDisabledTextColor, getFocusColor, getSelectColor, paintText, uninstallDefaultsclearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - 组件public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint 在类中 UIBasicButtonUIpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize 在类中 javax.swing.plaf.basic.BasicButtonUIBasicButtonUI.getPreferredSize(javax.swing.JComponent)