|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerPeer
Method Summary | |
---|---|
void |
beginLayout()
|
void |
beginValidate()
|
void |
cancelPendingPaint(int x,
int y,
int width,
int height)
Cancel a pending paint event on a region of this container. |
void |
endLayout()
|
void |
endValidate()
|
Insets |
getInsets()
|
Insets |
insets()
|
boolean |
isPaintPending()
|
boolean |
isRestackSupported()
Check if this container peer can be restacked. |
void |
restack()
Restack the component peers in this container peer. |
Method Detail |
---|
Insets insets()
Insets getInsets()
void beginValidate()
void endValidate()
void beginLayout()
void endLayout()
boolean isPaintPending()
boolean isRestackSupported()
void cancelPendingPaint(int x, int y, int width, int height)
x
- the x co-ordinate of the regiony
- the y co-ordinate of the regionwidth
- the width of the regionheight
- the height of the regionvoid restack()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |