| Added Methods |
void addPropertyChangeListener(PropertyChangeListener)
|
Adds a PropertyChangeListener to the listener list. |
void addPropertyChangeListener(String, PropertyChangeListener)
|
Adds a PropertyChangeListener to the listener list for a specific property. |
void applyComponentOrientation(ComponentOrientation)
|
Sets the ComponentOrientation property of this container and all components contained within it. |
boolean areFocusTraversalKeysSet(int)
|
Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Container. |
ContainerListener[] getContainerListeners()
|
Returns an array of all the container listeners registered on this container. |
Set getFocusTraversalKeys(int)
|
Returns the Set of focus traversal keys for a given traversal operation for this Container. |
FocusTraversalPolicy getFocusTraversalPolicy()
|
Returns the focus traversal policy that will manage keyboard traversal of this Container's children or null if this Container is not a focus cycle root. |
boolean isFocusCycleRoot()
|
Returns whether this Container is the root of a focus traversal cycle. |
boolean isFocusCycleRoot(Container)
|
Returns whether the specified Container is the focus cycle root of this Container's focus traversal cycle. |
boolean isFocusTraversalPolicySet()
|
Returns whether the focus traversal policy has been explicitly set for this Container. |
void setFocusCycleRoot(boolean)
|
Sets whether this Container is the root of a focus traversal cycle. |
void setFocusTraversalKeys(int, Set)
|
Sets the focus traversal keys for a given traversal operation for this Container. |
void setFocusTraversalPolicy(FocusTraversalPolicy)
|
Sets the focus traversal policy that will manage keyboard traversal of this Container's children if this Container is a focus cycle root. |
void transferFocusBackward()
|
|
void transferFocusDownCycle()
|
Transfers the focus down one focus traversal cycle. |