Uses of Interface
com.sas.models.RangeInterface

Packages that use RangeInterface
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
com.sas.util Utility classes for com.sas.servlet. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of RangeInterface in com.sas.models
 

Subinterfaces of RangeInterface in com.sas.models
 interface BoundedNumberInterface
          BoundedNumberInterface describes an interface that has a Number value bounded by minimum and maximum Number values and can be incremented using the IncrementInterface
 interface RangeSegmentInterface
           
 

Classes in com.sas.models that implement RangeInterface
 class BoundedDouble
          A BoundedDouble is an implementation of BoundedNumberInterface.
 class BoundedLong
          A BoundedLong is an implementation of BoundedNumberInterface.
 class RangeSegment
          A RangeSegment defines one portion of a RangeCollection object.
 

Uses of RangeInterface in com.sas.util
 

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

Uses of RangeInterface in com.sas.visuals
 

Classes in com.sas.visuals that implement RangeInterface
 class ScrollSlider
          ScrollSlider creates an object that functions as the track area on a Scrollbar.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.