Uses of Class
org.apache.pivot.wtk.TextArea.ScrollDirection
-
Packages that use TextArea.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 TextArea.ScrollDirection in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TextArea.ScrollDirection Modifier and Type Method Description static TextArea.ScrollDirection
TextArea.ScrollDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextArea.ScrollDirection[]
TextArea.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 TextArea.ScrollDirection Modifier and Type Method Description int
TextArea. getNextInsertionPoint(int x, int from, TextArea.ScrollDirection direction)
int
TextArea.Skin. getNextInsertionPoint(int x, int from, TextArea.ScrollDirection direction)
-
Uses of TextArea.ScrollDirection in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type TextArea.ScrollDirection Modifier and Type Method Description int
TextAreaSkin. getNextInsertionPoint(int x, int from, TextArea.ScrollDirection direction)
-