|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.CombinedStackDockFocusTraversalPolicy
public class CombinedStackDockFocusTraversalPolicy
Focus traversal policy for a CombinedStackDockComponent, this
policy switches between current Dockable, its Tab and
the optional info component.
| Constructor Summary | |
|---|---|
CombinedStackDockFocusTraversalPolicy(CombinedStackDockContentPane pane)
Creates a new traversal policy. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CombinedStackDockFocusTraversalPolicy(CombinedStackDockContentPane pane)
pane - the owner of this policy, not null| Method Detail |
|---|
public Component getAfter(Container container,
Component component)
SimplifiedFocusTraversalPolicyComponent which should be focused next.
getAfter in interface SimplifiedFocusTraversalPolicycontainer - the root or provider of this policycomponent - the currently focused component
null
public Component getBefore(Container container,
Component component)
SimplifiedFocusTraversalPolicyComponent which should be focused when stepping through
the circle backwards.
getBefore in interface SimplifiedFocusTraversalPolicycontainer - the root or provider of this policycomponent - the currently focused component
nullpublic Component getDefault(Container container)
SimplifiedFocusTraversalPolicyComponent which should be focused per default.
getDefault in interface SimplifiedFocusTraversalPolicycontainer - the root or provider of this policy
nullpublic Component getFirst(Container container)
SimplifiedFocusTraversalPolicyComponent which should be focused when entering the circle.
getFirst in interface SimplifiedFocusTraversalPolicycontainer - the root or provider of this policy
nullpublic Component getLast(Container container)
SimplifiedFocusTraversalPolicyComponent which should be focused when entering the
circle backwards.
getLast in interface SimplifiedFocusTraversalPolicycontainer - the root or provider of this policy
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||