Class PlasticXPSpinnerUI


  • public final class PlasticXPSpinnerUI
    extends PlasticSpinnerUI
    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 Classes 
      Modifier and Type Class 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.
    • Field Summary

      • Fields inherited from class javax.swing.plaf.basic.BasicSpinnerUI

        spinner
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.awt.Component createArrowButton​(int direction)  
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent b)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlasticXPSpinnerUI

        public PlasticXPSpinnerUI()
    • Method Detail

      • createUI

        public static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent b)