Uses of Class
org.apache.pivot.wtk.Direction

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

Methods in org.apache.pivot.wtk that return Direction
static Direction Direction.valueOf(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 org.apache.pivot.wtk with parameters of type Direction
 void TextArea.delete(Direction direction)
           
 void TextInput.delete(Direction direction)
           
 Component FocusTraversalPolicy.getNextComponent(Container container, Component component, Direction direction)
          Returns the next focus destination according to this traversal policy.
 Component Container.transferFocus(Component component, Direction direction)
          Transfers focus to the next focusable component.
 Component Component.transferFocus(Direction direction)
          Transfers focus to the next focusable component.
 

Uses of Direction in org.apache.pivot.wtk.skin
 

Methods in org.apache.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)