|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
Rectangle getBounds() |
|
boolean isReparentSupported() |
Returns whether this peer supports reparenting to another parent withour destroying the peer |
void layout() |
Used by lightweight implementations to tell a ComponentPeer to layout its sub-elements. |
void reparent(ContainerPeer ) |
Reparents this peer to the new parent referenced by newContainer peer
Implementation depends on toolkit and container. |
Changed Methods | ||
void setBounds(int, |
Change in signature from (int, int, int, int ) to (int, int, int, int, int ). |
Added Fields | |
int DEFAULT_OPERATION |
|
int RESET_OPERATION |
|
int SET_BOUNDS |
|
int SET_CLIENT_SIZE |
|
int SET_LOCATION |
|
int SET_SIZE |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |