org.openbp.swing.plaf.sky
Class SkySpinnerUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SpinnerUI
          extended by javax.swing.plaf.basic.BasicSpinnerUI
              extended by org.openbp.swing.plaf.sky.SkySpinnerUI

public class SkySpinnerUI
extends javax.swing.plaf.basic.BasicSpinnerUI

This is the SpinnerUI for the sky look&feel.

Author:
Jens Ferchland

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicSpinnerUI
spinner
 
Constructor Summary
SkySpinnerUI()
           
 
Method Summary
protected  java.awt.Component createNextButton()
           
protected  java.awt.Component createPreviousButton()
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
          Creates a new UI for a spinner.
 
Methods inherited from class javax.swing.plaf.basic.BasicSpinnerUI
createEditor, createLayout, createPropertyChangeListener, getBaseline, getBaselineResizeBehavior, installDefaults, installKeyboardActions, installListeners, installNextButtonListeners, installPreviousButtonListeners, installUI, replaceEditor, 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

SkySpinnerUI

public SkySpinnerUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
Creates a new UI for a spinner.

See Also:
ComponentUI.createUI(JComponent)

createNextButton

protected java.awt.Component createNextButton()
Overrides:
createNextButton in class javax.swing.plaf.basic.BasicSpinnerUI
See Also:
BasicSpinnerUI.createNextButton()

createPreviousButton

protected java.awt.Component createPreviousButton()
Overrides:
createPreviousButton in class javax.swing.plaf.basic.BasicSpinnerUI
See Also:
BasicSpinnerUI.createPreviousButton()


Copyright © 2011. All Rights Reserved.