uic.themes
Class UICSpinnerUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SpinnerUI
          extended by javax.swing.plaf.basic.BasicSpinnerUI
              extended by uic.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, installKeyboardActions, installListeners, installNextButtonListeners, installPreviousButtonListeners, 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)
Overrides:
installUI in class BasicSpinnerUI

getPreferredSize

public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class ComponentUI

getMaximumSize

public Dimension getMaximumSize(JComponent c)
Overrides:
getMaximumSize in class ComponentUI

createEditor

protected JComponent createEditor()
Overrides:
createEditor in class BasicSpinnerUI

createNextButton

protected Component createNextButton()
Overrides:
createNextButton in class BasicSpinnerUI

createPreviousButton

protected Component createPreviousButton()
Overrides:
createPreviousButton in class BasicSpinnerUI


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence