Uses of Interface
uic.model.SpinboxModelInterface

Packages that use SpinboxModelInterface
uic.model Provides model classes for Swing GUIs. 
uic.widgets Swing Widgets for your programming pleasure! 
 

Uses of SpinboxModelInterface in uic.model
 

Classes in uic.model that implement SpinboxModelInterface
 class SpinboxModel
           
 

Uses of SpinboxModelInterface in uic.widgets
 

Methods in uic.widgets that return SpinboxModelInterface
 SpinboxModelInterface UICSpinbox.getModel()
          Returns the spinbox model.
 

Methods in uic.widgets with parameters of type SpinboxModelInterface
 void UICSpinbox.setModel(SpinboxModelInterface model)
          Sets the spinbox model
 

Constructors in uic.widgets with parameters of type SpinboxModelInterface
UICSpinbox(SpinboxModelInterface model)
          Convenience constructor.
UICSpinbox(SpinboxModelInterface model, NumberFormat format)
          The constructor.
 



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