uic.themes
Class UICSpinnerUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.SpinnerUI
          extended byjavax.swing.plaf.basic.BasicSpinnerUI
              extended byuic.themes.UICSpinnerUI

public class UICSpinnerUI
extends BasicSpinnerUI

Since:
1.1

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicSpinnerUI
spinner
 
Constructor Summary
UICSpinnerUI()
           
 
Method Summary
protected  JComponent createEditor()
           
protected  Component createNextButton()
           
protected  Component createPreviousButton()
           
static ComponentUI createUI(JComponent c)
           
 Dimension getMaximumSize(JComponent c)
           
 Dimension getPreferredSize(JComponent c)
           
 void installUI(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicSpinnerUI
createLayout, createPropertyChangeListener, installDefaults, installListeners, replaceEditor, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMinimumSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICSpinnerUI

public UICSpinnerUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)

getPreferredSize

public Dimension getPreferredSize(JComponent c)

getMaximumSize

public Dimension getMaximumSize(JComponent c)

createEditor

protected JComponent createEditor()

createNextButton

protected Component createNextButton()

createPreviousButton

protected Component createPreviousButton()


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence