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 classIt 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 ComponentcreateArrowButton(int direction) static ComponentUIMethods inherited from class com.jgoodies.looks.plastic.PlasticSpinnerUI
createEditor, createLayout, replaceEditorMethods inherited from class javax.swing.plaf.basic.BasicSpinnerUI
createNextButton, createPreviousButton, createPropertyChangeListener, getBaseline, getBaselineResizeBehavior, installDefaults, installKeyboardActions, installListeners, installNextButtonListeners, installPreviousButtonListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUIMethods 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:
createArrowButtonin classPlasticSpinnerUI
-