Uses of Class
org.apache.pivot.wtk.Mouse.ScrollType

Packages that use Mouse.ScrollType
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 Mouse.ScrollType in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Mouse.ScrollType
static Mouse.ScrollType Mouse.ScrollType.valueOf(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 org.apache.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.
 boolean ContainerMouseListener.Adapter.mouseWheel(Container container, 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)
           
protected  boolean Component.mouseWheel(Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int xArgument, int yArgument)
           
 

Uses of Mouse.ScrollType in org.apache.pivot.wtk.skin
 

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

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

Fields in org.apache.pivot.wtk.skin.terra declared as Mouse.ScrollType
 Mouse.ScrollType TerraScrollBarSkin.AutomaticScroller.incrementType
           
 

Methods in org.apache.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 TerraTableViewSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
 boolean TerraTreeViewSkin.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 TerraListViewSkin.mouseWheel(Component component, Mouse.ScrollType scrollType, int scrollAmount, int wheelRotation, int x, int y)
           
 void TerraScrollBarSkin.AutomaticScroller.start(int directionArgument, Mouse.ScrollType incrementTypeArgument, int stopValueArgument)
          Starts scrolling this skin's scroll bar, stopping the scroll when the specified value has been reached.