|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.extension.gui.dock.theme.eclipse.stack.tab.BaseTabFocusTraversalPolicy
public class BaseTabFocusTraversalPolicy
Focus traversal policy used by a BaseTabComponent to go through its child Component
which shows the buttons (if there are any).
| Constructor Summary | |
|---|---|
BaseTabFocusTraversalPolicy(ButtonPanel buttons)
|
|
| 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 BaseTabFocusTraversalPolicy(ButtonPanel buttons)
| 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 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
nullpublic Component getDefault(Container container)
SimplifiedFocusTraversalPolicyComponent which should be focused per default.
getDefault 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 | |||||||||