uic.themes
Class UICSpinnerUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SpinnerUI
javax.swing.plaf.basic.BasicSpinnerUI
uic.themes.UICSpinnerUI
- public class UICSpinnerUI
- extends BasicSpinnerUI
- Since:
- 1.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UICSpinnerUI
public UICSpinnerUI()
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