class org.aswing.WindowOrderFocusTraversalPolicy extends ContainerOrderFocusTraversalPolicy

The focus traversal policy for windows, the only different from ContainerOrderFocusTraversalPolicy is that it choose the first content pane component to be the default component.

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from ContainerOrderFocusTraversalPolicy

function getComponentAfter(c:Component):Component
function getComponentBefore(c:Component):Component
function getDefaultComponent(container:Container):Component

function new(): Void

function getDefaultComponent(container:Container): Component

This will return the first focusable component in the container.

returns

the default component to be focused.