|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines the window states that can possibly be returned from the
ContainerProvider.getWindowState(channel)
method.
The window state informs a client of a provider object what it can expect to
be returned from the ContainerProvider's getWindowState() method and what can be
set through the ContainerProvider's setWindowState() method.
Field Summary | |
static int |
MAXIMIZE
In this window state the provider is displayed maximized |
static int |
MINIMIZE
In this window state only the provider titlebar is shown |
static int |
NORMAL
In this window state the provider is displayed normal. |
static int |
NOT_DEFINED
Window state not defined. |
Field Detail |
public static final int MINIMIZE
public static final int NORMAL
public static final int MAXIMIZE
public static final int NOT_DEFINED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |