Changed Methods |
int insertIndexForLayer(int, int)
|
Documentation changed from old to new. |
Primitive method that determines the proper location to insert a new child based on layer and position requests. |
void moveToBack(Component )
|
Documentation changed from old to new. |
Moves the component to the bottom of the components in its current layer (position -1). |
void moveToFront(Component )
|
Documentation changed from old to new. |
Moves the component to the top of the components in its current layer (position 0). |
void setPosition(Component, int)
|
Documentation changed from old to new. |
Moves the component to position within its current layer where 0 is the topmost position within the layer and -1 is the bottommost position. |