|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface DefaultFlapWindow.Parent
The parent container of a DefaultFlapWindow.
| Method Summary | |
|---|---|
java.awt.Component |
asComponent()
Returns this or the representation of this
as Component. |
void |
destroy()
Informs this parent that is it no longer needed |
java.awt.Container |
getContentPane()
Gets the component that is painted by this parent. |
boolean |
isParentValid()
Tells whether this window is still valid, e.g whether the window can be shown in front of its station. |
boolean |
isVisible()
Tells whether the user can see this container or not. |
void |
setContentPane(java.awt.Container content)
Tells this parent what component to paint. |
void |
setParentLocation(java.awt.Point location)
Sets the location of this container on the screen. |
void |
setSize(java.awt.Dimension size)
Sets the size of this container. |
void |
setVisible(boolean flag)
Sets the visibility of this container. |
| Method Detail |
|---|
boolean isParentValid()
java.awt.Component asComponent()
this or the representation of this
as Component.
DefaultFlapWindowvoid setParentLocation(java.awt.Point location)
location - the new locations in screen coordinatesvoid setSize(java.awt.Dimension size)
size - the new sizeboolean isVisible()
true if this container is visiblevoid setVisible(boolean flag)
flag - the visibilityvoid setContentPane(java.awt.Container content)
content - the panel to showjava.awt.Container getContentPane()
void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||