com.jtattoo.plaf.acryl
Class AcrylSpinnerUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SpinnerUI
          extended by javax.swing.plaf.basic.BasicSpinnerUI
              extended by com.jtattoo.plaf.BaseSpinnerUI
                  extended by com.jtattoo.plaf.acryl.AcrylSpinnerUI

public class AcrylSpinnerUI
extends BaseSpinnerUI

Author:
Michael Hagen

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jtattoo.plaf.BaseSpinnerUI
BaseSpinnerUI.SpinButton
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicSpinnerUI
spinner
 
Constructor Summary
AcrylSpinnerUI()
           
 
Method Summary
protected  Component createNextButton()
           
protected  Component createPreviousButton()
           
static ComponentUI createUI(JComponent c)
          Returns a new instance of BaseSpinnerUI.
 
Methods inherited from class com.jtattoo.plaf.BaseSpinnerUI
createLayout
 
Methods inherited from class javax.swing.plaf.basic.BasicSpinnerUI
createEditor, 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

AcrylSpinnerUI

public AcrylSpinnerUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)
Returns a new instance of BaseSpinnerUI. SpinnerListUI delegates are allocated one per JSpinner.

Parameters:
c - the JSpinner (not used)
Returns:
a new BasicSpinnerUI object
See Also:
ComponentUI.createUI(javax.swing.JComponent)

createNextButton

protected Component createNextButton()
Overrides:
createNextButton in class BaseSpinnerUI

createPreviousButton

protected Component createPreviousButton()
Overrides:
createPreviousButton in class BaseSpinnerUI


Copyright © 2011. All Rights Reserved.