Uses of Class
org.apache.pivot.wtk.ScrollPane.ScrollBarPolicy

Packages that use ScrollPane.ScrollBarPolicy
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. 
 

Uses of ScrollPane.ScrollBarPolicy in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return ScrollPane.ScrollBarPolicy
 ScrollPane.ScrollBarPolicy ScrollPane.getHorizontalScrollBarPolicy()
           
 ScrollPane.ScrollBarPolicy ScrollPane.getVerticalScrollBarPolicy()
           
static ScrollPane.ScrollBarPolicy ScrollPane.ScrollBarPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScrollPane.ScrollBarPolicy[] ScrollPane.ScrollBarPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pivot.wtk with parameters of type ScrollPane.ScrollBarPolicy
 void ScrollPaneListener.horizontalScrollBarPolicyChanged(ScrollPane scrollPane, ScrollPane.ScrollBarPolicy previousPolicy)
          Called when the scroll pane's horizontal scroll bar policy changed.
 void ScrollPaneListener.Adapter.horizontalScrollBarPolicyChanged(ScrollPane scrollPane, ScrollPane.ScrollBarPolicy previousPolicy)
           
 void ScrollPane.setHorizontalScrollBarPolicy(ScrollPane.ScrollBarPolicy horizontalScrollBarPolicy)
           
 void ScrollPane.setVerticalScrollBarPolicy(ScrollPane.ScrollBarPolicy verticalScrollBarPolicy)
           
 void ScrollPaneListener.verticalScrollBarPolicyChanged(ScrollPane scrollPane, ScrollPane.ScrollBarPolicy previousPolicy)
          Called when the scroll pane's vertical scroll bar policy changed.
 void ScrollPaneListener.Adapter.verticalScrollBarPolicyChanged(ScrollPane scrollPane, ScrollPane.ScrollBarPolicy previousPolicy)
           
 

Constructors in org.apache.pivot.wtk with parameters of type ScrollPane.ScrollBarPolicy
ScrollPane(ScrollPane.ScrollBarPolicy horizontalScrollBarPolicy, ScrollPane.ScrollBarPolicy verticalScrollBarPolicy)
           
 

Uses of ScrollPane.ScrollBarPolicy in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type ScrollPane.ScrollBarPolicy
 void ScrollPaneSkin.horizontalScrollBarPolicyChanged(ScrollPane scrollPane, ScrollPane.ScrollBarPolicy previousHorizontalScrollBarPolicy)
           
 void ScrollPaneSkin.verticalScrollBarPolicyChanged(ScrollPane scrollPane, ScrollPane.ScrollBarPolicy previousVerticalScrollBarPolicy)