Uses of Class
pivot.wtk.skin.terra.TerraScrollBarSkin.IncrementType

Packages that use TerraScrollBarSkin.IncrementType
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of TerraScrollBarSkin.IncrementType in pivot.wtk.skin.terra
 

Fields in pivot.wtk.skin.terra declared as TerraScrollBarSkin.IncrementType
 TerraScrollBarSkin.IncrementType TerraScrollBarSkin.AutomaticScroller.incrementType
           
 

Methods in pivot.wtk.skin.terra that return TerraScrollBarSkin.IncrementType
static TerraScrollBarSkin.IncrementType TerraScrollBarSkin.IncrementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TerraScrollBarSkin.IncrementType[] TerraScrollBarSkin.IncrementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pivot.wtk.skin.terra with parameters of type TerraScrollBarSkin.IncrementType
 void TerraScrollBarSkin.AutomaticScroller.start(int direction, TerraScrollBarSkin.IncrementType incrementType, int stopValue)
          Starts scrolling this skin's scroll bar, stopping the scroll when the specified value has been reached.