Uses of Interface
com.sas.models.IncrementInterface

Packages that use IncrementInterface
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 IncrementInterface in com.sas.models
 

Subinterfaces of IncrementInterface 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
 

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

Uses of IncrementInterface in com.sas.swing.visuals
 

Classes in com.sas.swing.visuals that implement IncrementInterface
 class SpinButton
          SpinButton is a class that creates a component with two opposing arrow buttons that can be pressed to increment or decrement a value field.
 

Uses of IncrementInterface in com.sas.util
 

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

Uses of IncrementInterface in com.sas.visuals
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.