|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextArea.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 TextArea.ScrollDirection in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return TextArea.ScrollDirection | |
---|---|
static TextArea.ScrollDirection |
TextArea.ScrollDirection.valueOf(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 | |
---|---|
int |
TextArea.getNextInsertionPoint(int x,
int from,
TextArea.ScrollDirection direction)
|
int |
TextArea.Skin.getNextInsertionPoint(int x,
int from,
TextArea.ScrollDirection direction)
Returns the next insertion point given an x coordinate and a character index. |
Uses of TextArea.ScrollDirection in org.apache.pivot.wtk.skin |
---|
Methods in org.apache.pivot.wtk.skin with parameters of type TextArea.ScrollDirection | |
---|---|
int |
TextAreaSkin.getNextInsertionPoint(int x,
int from,
TextArea.ScrollDirection direction)
|
int |
TextAreaSkinParagraphView.getNextInsertionPoint(int xArgument,
int from,
TextArea.ScrollDirection direction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |