|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimplifiedFocusTraversalPolicy
An interface which mimics the behavior of FocusTraversalPolicy
but implementing classes are not required to respect any other
focus cycle roots,
policy providers or
visibility, focusability, displayability nor the enabled state. This
SimplifiedFocusTraversalPolicy will be put into a DockFocusTraversalPolicy
which will handle all these issues.
| Method Summary | |
|---|---|
Component |
getAfter(Container container,
Component component)
Gets the Component which should be focused next. |
Component |
getBefore(Container container,
Component component)
Gets the Component which should be focused when stepping through
the circle backwards. |
Component |
getDefault(Container container)
Gets the Component which should be focused per default. |
Component |
getFirst(Container container)
Gets the Component which should be focused when entering the circle. |
Component |
getLast(Container container)
Gets the Component which should be focused when entering the
circle backwards. |
| Method Detail |
|---|
Component getAfter(Container container,
Component component)
Component which should be focused next.
container - the root or provider of this policycomponent - the currently focused component
null
Component getBefore(Container container,
Component component)
Component which should be focused when stepping through
the circle backwards.
container - the root or provider of this policycomponent - the currently focused component
nullComponent getFirst(Container container)
Component which should be focused when entering the circle.
container - the root or provider of this policy
nullComponent getLast(Container container)
Component which should be focused when entering the
circle backwards.
container - the root or provider of this policy
nullComponent getDefault(Container container)
Component which should be focused per default.
container - the root or provider of this policy
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||