|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
---|---|
pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
Uses of Direction in pivot.wtk |
---|
Methods in pivot.wtk that return Direction | |
---|---|
static Direction |
Direction.decode(java.lang.String value)
|
static Direction |
Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in pivot.wtk with parameters of type Direction | |
---|---|
void |
TextInput.delete(Direction direction)
|
void |
TextArea.delete(Direction direction)
|
Component |
FocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
Returns the next focus destination according to this traversal policy. |
void |
Component.transferFocus(Direction direction)
Transfers focus to the next focusable component. |
Uses of Direction in pivot.wtk.skin |
---|
Methods in pivot.wtk.skin with parameters of type Direction | |
---|---|
Component |
ContainerSkin.IndexFocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
|
Component |
WindowSkin.WindowFocusTraversalPolicy.getNextComponent(Container container,
Component component,
Direction direction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |