public interface WindowConstants
Modifier and Type | Field and Description |
---|---|
static int |
FLAG_ACCEPTS_DROPPED_FILES |
static int |
FLAG_ALWAYS_ENABLED
This flag indicates that other Modal windows do not stop this
Window from getting events.
|
static int |
FLAG_ALWAYS_ON_TOP |
static int |
FLAG_CAN_MAXIMIZE |
static int |
FLAG_CAN_MINIMIZE |
static int |
FLAG_CAN_RESIZE |
static int |
FLAG_DONT_CLEAR_BACKGROUND |
static int |
FLAG_FOR_SIZE_NO_CLOSE_BUTTON |
static int |
FLAG_FOR_SIZE_NO_TITLE
Use this with setInfo(INFO_WINDOW_FLAGS) to specify that the provided flags should be cleared.
|
static int |
FLAG_FULL_SCREEN |
static int |
FLAG_HAS_CLOSE_BUTTON |
static int |
FLAG_HAS_TASKBAR_ENTRY |
static int |
FLAG_HAS_TITLE |
static int |
FLAG_IS_DEFAULT_SIZE |
static int |
FLAG_IS_DEFAULT_SURFACE |
static int |
FLAG_IS_ICONIZED |
static int |
FLAG_IS_MODAL |
static int |
FLAG_IS_NOT_DEFAULT_SURFACE |
static int |
FLAG_IS_VISIBLE |
static int |
FLAG_MAXIMIZE |
static int |
FLAG_MAXIMIZE_ON_PDA |
static int |
FLAG_MINIMIZE |
static int |
FLAG_SHOW_SIP_BUTTON |
static int |
FLAG_VISIBLE_ON_TO_FRONT |
static int |
GUI_FLAG_DONT_REPAINT_ON_RESIZE |
static int |
GUI_FLAG_HAS_TASKBAR
A GUI flag that indicates that
the OS supports placing icons in a taskbar.
|
static int |
GUI_FLAG_REPAINT_FULL_CONTROL |
static int |
GUI_FLAG_REVERSE_OK_CANCEL
A GUI flag that indicates that
Cancel buttons should come before OK buttons.
|
static int |
SPECIAL_MOUSE_MOVE |
static int |
SPECIAL_MOUSE_RELEASE_CAPTURE |
static int |
SPECIAL_MOUSE_RESIZE |
static int |
STATE_ACCEPT_DROPPED_FILES |
static int |
STATE_FULL_SCREEN |
static int |
STATE_MAXIMIZED |
static int |
STATE_MINIMIZED |
static int |
STATE_NORMAL |
static int |
STATE_REJECT_DROPPED_FILES |
static int |
STATE_RESTORE
This is used with setState() only.
|
static int |
STATE_TO_FRONT
This is used with setState() only.
|
static int |
STATE_UNKNOWN |
static final int STATE_NORMAL
static final int STATE_MAXIMIZED
static final int STATE_MINIMIZED
static final int STATE_FULL_SCREEN
static final int STATE_UNKNOWN
static final int STATE_RESTORE
static final int STATE_TO_FRONT
static final int STATE_ACCEPT_DROPPED_FILES
static final int STATE_REJECT_DROPPED_FILES
static final int FLAG_HAS_CLOSE_BUTTON
static final int FLAG_IS_VISIBLE
static final int FLAG_IS_ICONIZED
static final int FLAG_HAS_TITLE
static final int FLAG_CAN_MAXIMIZE
static final int FLAG_CAN_MINIMIZE
static final int FLAG_CAN_RESIZE
static final int FLAG_IS_MODAL
static final int FLAG_DONT_CLEAR_BACKGROUND
static final int FLAG_HAS_TASKBAR_ENTRY
static final int FLAG_SHOW_SIP_BUTTON
static final int FLAG_MAXIMIZE_ON_PDA
static final int FLAG_MAXIMIZE
static final int FLAG_MINIMIZE
static final int FLAG_FULL_SCREEN
static final int FLAG_ALWAYS_ON_TOP
static final int FLAG_VISIBLE_ON_TO_FRONT
static final int FLAG_IS_DEFAULT_SURFACE
static final int FLAG_IS_NOT_DEFAULT_SURFACE
static final int FLAG_ALWAYS_ENABLED
static final int FLAG_ACCEPTS_DROPPED_FILES
static final int FLAG_IS_DEFAULT_SIZE
static final int GUI_FLAG_HAS_TASKBAR
static final int GUI_FLAG_REVERSE_OK_CANCEL
static final int GUI_FLAG_DONT_REPAINT_ON_RESIZE
static final int GUI_FLAG_REPAINT_FULL_CONTROL
static final int FLAG_FOR_SIZE_NO_TITLE
static final int FLAG_FOR_SIZE_NO_CLOSE_BUTTON
static final int SPECIAL_MOUSE_MOVE
static final int SPECIAL_MOUSE_RESIZE
static final int SPECIAL_MOUSE_RELEASE_CAPTURE