Uses of Class
org.apache.pivot.wtk.ScrollBar

Packages that use ScrollBar
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of ScrollBar in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk with parameters of type ScrollBar
 void ScrollBarListener.blockIncrementChanged(ScrollBar scrollBar, int previousBlockIncrement)
          Called when a scroll bar's block increment has changed.
 void ScrollBarListener.Adapter.blockIncrementChanged(ScrollBar scrollBar, int previousBlockIncrement)
           
 void ScrollBarListener.orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
          Called when a scroll bar's orientation has changed.
 void ScrollBarListener.Adapter.orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
           
 void ScrollBarListener.scopeChanged(ScrollBar scrollBar, int previousStart, int previousEnd, int previousExtent)
          Called when a scroll bar's scope has changed.
 void ScrollBarListener.Adapter.scopeChanged(ScrollBar scrollBar, int previousStart, int previousEnd, int previousExtent)
           
 void ScrollBarListener.unitIncrementChanged(ScrollBar scrollBar, int previousUnitIncrement)
          Called when a scroll bar's unit increment has changed.
 void ScrollBarListener.Adapter.unitIncrementChanged(ScrollBar scrollBar, int previousUnitIncrement)
           
 void ScrollBarValueListener.valueChanged(ScrollBar scrollBar, int previousValue)
          Called when a scroll bar's value has changed.
 

Uses of ScrollBar in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type ScrollBar
 void ScrollPaneSkin.valueChanged(ScrollBar scrollBar, int previousValue)
           
 

Uses of ScrollBar in org.apache.pivot.wtk.skin.terra
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type ScrollBar
 void TerraScrollBarSkin.blockIncrementChanged(ScrollBar scrollBar, int previousBlockIncrement)
           
 void TerraScrollBarSkin.orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
           
 void TerraScrollBarSkin.scopeChanged(ScrollBar scrollBar, int previousStart, int previousEnd, int previousExtent)
           
 void TerraScrollBarSkin.unitIncrementChanged(ScrollBar scrollBar, int previousUnitIncrement)
           
 void TerraScrollBarSkin.valueChanged(ScrollBar scrollBar, int previousValue)