public static class NativeAPIEmulation.windows
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeAPIEmulation.windows.advapi32
Declares supported advapi32.dll functions.
|
static class |
NativeAPIEmulation.windows.kernel32
Declares supported kernel32.dll functions.
|
static class |
NativeAPIEmulation.windows.user32
Declares supported user32.dll functions.
|
static class |
NativeAPIEmulation.windows.wsock32
Declares supported wsock32.dll functions.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<integer,MousePointer> |
cursors
Windows cursors maping table.
|
static int |
FALSE
FALSE constant
|
static int |
HI_WORD_MASK
Mask to extract hi word value from integer.
|
static int |
IDC_APPSTARTING
win32 compatible constatnt for small arrow and hourglass cursor.
|
static int |
IDC_ARROW
win32 compatible constatnt for arrow cursor.
|
static int |
IDC_CROSS
win32 compatible constatnt for crosshair cursor.
|
static int |
IDC_HAND
win32 compatible constatnt for hand cursor.
|
static int |
IDC_HELP
win32 compatible constatnt for question mark cursor.
|
static int |
IDC_IBEAM
win32 compatible constatnt for I-beam cursor.
|
static int |
IDC_NO
win32 compatible constatnt for crossed circle cursor.
|
static int |
IDC_SIZE
win32 compatible constatnt for sizing cursor.
|
static int |
IDC_UPARROW
win32 compatible constatnt for up arrow cursor.
|
static int |
IDC_WAIT
win32 compatible constatnt for hourglass cursor.
|
static int |
LO_WORD_MASK
Mask to extract lo word value from integer.
|
static int |
NULL
NULL constant used in the Windows API.
|
static int |
SB_HORZ
win32 compatible constatnt for horizontal scrollbar.
|
static int |
SB_THUMBPOSITION
win32 compatible constatnt for scrolling messages.
|
static int |
SB_VERT
win32 compatible constatnt for vertical scrollbar.
|
static int |
TRUE
TRUE constant
|
static int |
WM_HSCROLL
win32 compatible constatnt for horizontal scrolling message.
|
static int |
WM_VSCROLL
win32 compatible constatnt for vertical scrolling message.
|
| Constructor and Description |
|---|
windows() |
public static final int NULL
public static final int TRUE
public static final int FALSE
public static final int SB_HORZ
public static final int SB_VERT
public static final int SB_THUMBPOSITION
public static final int WM_HSCROLL
public static final int WM_VSCROLL
public static final int LO_WORD_MASK
public static final int HI_WORD_MASK
public static int IDC_ARROW
public static int IDC_WAIT
public static int IDC_APPSTARTING
public static int IDC_CROSS
public static int IDC_HAND
public static int IDC_IBEAM
public static int IDC_NO
public static int IDC_SIZE
public static int IDC_UPARROW
public static int IDC_HELP
private static java.util.Map<integer,MousePointer> cursors