jview
Class MySpinner.MyUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SpinnerUI
          extended by javax.swing.plaf.basic.BasicSpinnerUI
              extended by jview.MySpinner.MyUI
Enclosing class:
MySpinner

 class MySpinner.MyUI
extends BasicSpinnerUI


Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicSpinnerUI
spinner
 
Constructor Summary
MySpinner.MyUI()
           
 
Method Summary
protected  Component createNextButton()
           
protected  Component createPreviousButton()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicSpinnerUI
createEditor, createLayout, createPropertyChangeListener, createUI, 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

MySpinner.MyUI

MySpinner.MyUI()
Method Detail

createNextButton

protected Component createNextButton()
Overrides:
createNextButton in class BasicSpinnerUI

createPreviousButton

protected Component createPreviousButton()
Overrides:
createPreviousButton in class BasicSpinnerUI