|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

, FileDialogPeer
, FramePeer
, PanelPeer
, ScrollPanePeer
, WindowPeer

public interface ContainerPeer

The peer interfaces are intended only for use in porting the AWT. They are not intended for use by application developers, and developers should not implement peers nor invoke any of the peer methods directly on the peer instances.
| Field Summary |
|---|
Fields inherited from interface java.awt.peer.ComponentPeer ![]() |
|---|
DEFAULT_OPERATION |
| Method Summary | |
|---|---|
void |
beginLayout
|
void |
beginValidate
|
void |
cancelPendingPaint
Cancels a pending paint on the specified region of the Component. |
void |
endLayout
|
void |
endValidate
|
Insets |
getInsets
|
Insets |
insets
DEPRECATED: Replaced by getInsets(). |
boolean |
isPaintPending
|
boolean |
isRestackSupported
Indicates availabiltity of restacking operation in this container. |
void |
restack
Restacks native windows - children of this native window - according to Java container order |
Methods inherited from interface java.awt.peer.ComponentPeer ![]() |
|---|
canDetermineObscurity |
| Method Detail |
|---|

Insets![]()
![]()
getInsets()

void beginValidate()

void endValidate()

void beginLayout()

void endLayout()

boolean isPaintPending()

void cancelPendingPaint(int x,
int y,
int w,
int h)

void restack()

boolean isRestackSupported()

Insets![]()
![]()
insets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||