Uses of Interface
com.sas.models.BoundedNumberInterface

Packages that use BoundedNumberInterface
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
com.sas.util Utility classes for com.sas.servlet. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of BoundedNumberInterface in com.sas.models
 

Classes in com.sas.models that implement BoundedNumberInterface
 class BoundedDouble
          A BoundedDouble is an implementation of BoundedNumberInterface.
 class BoundedLong
          A BoundedLong is an implementation of BoundedNumberInterface.
 

Uses of BoundedNumberInterface in com.sas.swing.visuals
 

Fields in com.sas.swing.visuals declared as BoundedNumberInterface
protected  BoundedNumberInterface SpinBox.boundedNumberModel
           
protected  BoundedNumberInterface SpinButton.defaultRangeModel
          the default range model for the spin button
protected  BoundedNumberInterface SpinBox.defaultRangeModel
           
protected  BoundedNumberInterface SpinButton.spinButtonModel
           
 

Methods in com.sas.swing.visuals that return BoundedNumberInterface
 BoundedNumberInterface SpinButton.getModel()
          Returns the BoundedNumberInterface model that is set on the spinButton.
 BoundedNumberInterface SpinBox.getModel()
          Returns the BoundedNumberInterface model that is set on the spinBox.
 

Methods in com.sas.swing.visuals with parameters of type BoundedNumberInterface
 void SpinButton.setModel(BoundedNumberInterface model)
          Sets the BoundedNUmberInterface model on the spinButton.
 void SpinBox.setModel(BoundedNumberInterface model)
          Sets the BoundedNumberInterface model on the spinBox.
 

Uses of BoundedNumberInterface in com.sas.util
 

Classes in com.sas.util that implement BoundedNumberInterface
 class IntegerRange
          Deprecated. Use com.sas.models.BoundedLong
 

Uses of BoundedNumberInterface in com.sas.visuals
 

Fields in com.sas.visuals declared as BoundedNumberInterface
protected  BoundedNumberInterface ScrollSlider.defaultModel
           
protected  BoundedNumberInterface SpinButton.defaultRangeModel
          the default range model for the spin button
protected  BoundedNumberInterface SpinBox.defaultRangeModel
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.