Uses of Class
org.apache.pivot.wtk.TextPane.ScrollDirection
-
Packages that use TextPane.ScrollDirection Package Description 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 Modifier and Type Method Description static TextPane.ScrollDirection
TextPane.ScrollDirection. valueOf(java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description int
TextPaneSkin. getNextInsertionPoint(int x, int from, TextPane.ScrollDirection direction)
-