public final class PlasticXPSpinnerUI extends PlasticSpinnerUI
SpinnerUI.
Configures the default editor to adjust font baselines and component
bounds. Also, changes the border of the buttons and the size of the arrows.| Modifier and Type | Class and Description |
|---|---|
private static class |
PlasticXPSpinnerUI.SpinnerXPArrowButton
It differs from its superclass in that it uses the same formula as JDK
to calculate the arrow height.
|
| Constructor and Description |
|---|
PlasticXPSpinnerUI() |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.Component |
createArrowButton(int direction) |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent b) |
createEditor, createLayout, replaceEditorcreateNextButton, createPreviousButton, createPropertyChangeListener, getBaseline, getBaselineResizeBehavior, installDefaults, installKeyboardActions, installListeners, installNextButtonListeners, installPreviousButtonListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
protected java.awt.Component createArrowButton(int direction)
createArrowButton in class PlasticSpinnerUI