Uses of Class
pivot.wtk.Mouse.ScrollType

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

Uses of Mouse.ScrollType in pivot.wtk
 

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

Methods in pivot.wtk with parameters of type Mouse.ScrollType
 boolean ComponentMouseWheelListener.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
          Called when the mouse wheel is scrolled over a component.
 boolean ContainerMouseListener.mouseWheel(Container container, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
          Called when the mouse wheel is scrolled over a container.
protected  boolean Component.mouseWheel(Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
protected  boolean Container.mouseWheel(Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
 

Uses of Mouse.ScrollType in pivot.wtk.skin
 

Methods in pivot.wtk.skin with parameters of type Mouse.ScrollType
 boolean ScrollPaneSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
 boolean ComponentSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
 

Uses of Mouse.ScrollType in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type Mouse.ScrollType
 boolean TerraPanoramaSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
 boolean TerraScrollBarSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
          Updates the scroll bar's value.
 boolean TerraTreeViewSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
 boolean TerraListViewSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
 boolean TerraTableViewSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)