Added Methods |
int getComponentZOrder(Component )
|
Returns the z-order index of the component inside the container. |
Point getMousePosition(boolean )
|
Returns the position of the mouse pointer in this Container 's
coordinate space if the Container is under the mouse pointer,
otherwise returns null . |
boolean isFocusTraversalPolicyProvider()
|
Returns whether this container provides focus traversal
policy. |
void setComponentZOrder(Component, int)
|
Moves the specified component to the specified z-order index in
the container. |
void setFocusTraversalPolicyProvider(boolean )
|
Sets whether this container will be used to provide focus
traversal policy. |