Uses of Class
org.apache.pivot.wtk.TextPane.ScrollDirection

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

Methods in org.apache.pivot.wtk that return TextPane.ScrollDirection
static TextPane.ScrollDirection TextPane.ScrollDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextPane.ScrollDirection[] TextPane.ScrollDirection.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 TextPane.ScrollDirection
 int TextPane.getNextInsertionPoint(int x, int from, TextPane.ScrollDirection direction)
           
 int TextPane.Skin.getNextInsertionPoint(int x, int from, TextPane.ScrollDirection direction)
          Returns the next insertion point given an x coordinate and a character offset.
 

Uses of TextPane.ScrollDirection in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type TextPane.ScrollDirection
 int TextPaneSkin.getNextInsertionPoint(int x, int from, TextPane.ScrollDirection direction)