Package com.jgoodies.looks.plastic
Class PlasticXPSpinnerUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SpinnerUI
javax.swing.plaf.basic.BasicSpinnerUI
com.jgoodies.looks.plastic.PlasticSpinnerUI
com.jgoodies.looks.plastic.PlasticXPSpinnerUI
The JGoodies PlasticXP Look&Feel implementation of
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.- Version:
- $Revision: 1.11 $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
It differs from its superclass in that it uses the same formula as JDK to calculate the arrow height. -
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicSpinnerUI
spinner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Component
createArrowButton
(int direction) static ComponentUI
Methods inherited from class com.jgoodies.looks.plastic.PlasticSpinnerUI
createEditor, createLayout, replaceEditor
Methods inherited from class javax.swing.plaf.basic.BasicSpinnerUI
createNextButton, createPreviousButton, createPropertyChangeListener, getBaseline, getBaselineResizeBehavior, installDefaults, installKeyboardActions, installListeners, installNextButtonListeners, installPreviousButtonListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
-
Constructor Details
-
PlasticXPSpinnerUI
public PlasticXPSpinnerUI()
-
-
Method Details
-
createUI
-
createArrowButton
- Overrides:
createArrowButton
in classPlasticSpinnerUI
-