org.ssonet.awt
Class BasicSpinnerUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--org.ssonet.awt.SpinnerUI
              |
              +--org.ssonet.awt.BasicSpinnerUI
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JSpinnerUI

public class BasicSpinnerUI
extends SpinnerUI
implements java.io.Serializable

BasicSpinner implementation

See Also:
Serialized Form

Field Summary
protected  int ascent
           
protected  java.awt.Dimension d
           
(package private) static javax.swing.border.Border defaultBorder
           
protected  java.awt.FontMetrics fm
           
protected static org.ssonet.awt.SpinnerUI spinnerUI
           
 
Constructor Summary
BasicSpinnerUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent s)
           
 java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
           
 java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
           
 void installUI(javax.swing.JComponent c)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
 void uninstallUI(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultBorder

static final javax.swing.border.Border defaultBorder

d

protected java.awt.Dimension d

ascent

protected int ascent

fm

protected java.awt.FontMetrics fm

spinnerUI

protected static org.ssonet.awt.SpinnerUI spinnerUI
Constructor Detail

BasicSpinnerUI

public BasicSpinnerUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent s)

installUI

public void installUI(javax.swing.JComponent c)
Overrides:
installUI in class javax.swing.plaf.ComponentUI

uninstallUI

public void uninstallUI(javax.swing.JComponent c)
Overrides:
uninstallUI in class javax.swing.plaf.ComponentUI

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Overrides:
paint in class javax.swing.plaf.ComponentUI

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
Overrides:
getPreferredSize in class javax.swing.plaf.ComponentUI

getMaximumSize

public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
Overrides:
getMaximumSize in class javax.swing.plaf.ComponentUI

getMinimumSize

public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
Overrides:
getMinimumSize in class javax.swing.plaf.ComponentUI


Copyright © 2003 DRIM Team. All Rights Reserved.