|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JQWindow Constants.
Field Summary | |
static int |
APPLICATION_MODAL
Application modal window. |
static int |
DISPOSE_ON_CLOSE
The dispose window default window close operation. |
static int |
DO_NOTHING_ON_CLOSE
The do nothing default window close operation. |
static int |
EXIT_ON_CLOSE
The exit application default window close operation. |
static int |
FULL_SCREEN
State full screen. |
static int |
HIDE_ON_CLOSE
The hide window default window close operation. |
static int |
ICONIFIED
State iconified. |
static int |
MAXIMIZED
State maximized. |
static int |
NON_MODAL
Non modal window. |
static int |
NORMAL
State normal. |
static int |
POSITION_CUSTOM
Custom centered position. |
static int |
QUIT_ON_CLOSE
The quit event loop default window close operation. |
static int |
WINDOW_MODAL
Window modal window. |
Field Detail |
public static final int POSITION_CUSTOM
public static final int DO_NOTHING_ON_CLOSE
public static final int HIDE_ON_CLOSE
public static final int DISPOSE_ON_CLOSE
public static final int EXIT_ON_CLOSE
public static final int QUIT_ON_CLOSE
public static final int NORMAL
public static final int ICONIFIED
public static final int MAXIMIZED
public static final int FULL_SCREEN
public static final int NON_MODAL
public static final int WINDOW_MODAL
public static final int APPLICATION_MODAL
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |