class org.aswing.ContainerOrderFocusTraversalPolicy
| Interfaces | |||
![]()  | FocusTraversalPolicy | 
  | |
| Sub classes | ||||
![]()  | WindowOrderFocusTraversalPolicy | 
  | ||
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
@author paling
Instance Fields
function getDefaultComponent(container:Container): Component
This will return the first focusable component in the container.
| returns | the default component to be focused.  | 
            
