public class Common extends Object implements IICCConsts
ICC_ALL, ICC_ANIMATE_CLASS, ICC_BAR_CLASSES, ICC_COOL_CLASSES, ICC_DATE_CLASSES, ICC_HOTKEY_CLASS, ICC_INTERNET_CLASSES, ICC_LINK_CLASS, ICC_LISTVIEW_CLASSES, ICC_NATIVEFNTCTL_CLASS, ICC_PAGESCROLLER_CLASS, ICC_PROGRESS_CLASS, ICC_STANDARD_CLASSES, ICC_TAB_CLASSES, ICC_TREEVIEW_CLASSES, ICC_UPDOWN_CLASS, ICC_USEREX_CLASSES, ICC_WIN95_CLASSES
Constructor and Description |
---|
Common()
.
|
Modifier and Type | Method and Description |
---|---|
CommCtl |
getCommCtl32() |
DlgWin32API |
getDlg32() |
Kernel32Ext |
getKernel32() |
com.sun.jna.platform.win32.Shell32 |
getShell32() |
User32Ext |
getUser32() |
void |
initCommonControls()
.
|
com.sun.jna.platform.win32.WinDef.HMENU |
longToHmenu(long input)
.
|
com.sun.jna.platform.win32.WinDef.HWND |
longToHwnd(long input)
.
|
long |
makeLong(int a,
int b)
.
|
com.sun.jna.platform.win32.WinDef.LPARAM |
makeLParam(int a,
int b)
.
|
com.sun.jna.platform.win32.WinDef.WPARAM |
makeWParam(int a,
int b)
.
|
void |
postMessage(long hwnd,
int msg,
int wparam,
int lparam)
.
|
int |
sendMessage(long hwnd,
int msg,
int wparam,
int lparam)
.
|
public final com.sun.jna.platform.win32.Shell32 getShell32()
public final User32Ext getUser32()
public final DlgWin32API getDlg32()
public final Kernel32Ext getKernel32()
public final CommCtl getCommCtl32()
public final void initCommonControls()
public final com.sun.jna.platform.win32.WinDef.HMENU longToHmenu(long input)
input
- .public final com.sun.jna.platform.win32.WinDef.HWND longToHwnd(long input)
input
- .public final long makeLong(int a, int b)
a
- .b
- .public final com.sun.jna.platform.win32.WinDef.LPARAM makeLParam(int a, int b)
a
- .b
- .public final com.sun.jna.platform.win32.WinDef.WPARAM makeWParam(int a, int b)
a
- .b
- .public final void postMessage(long hwnd, int msg, int wparam, int lparam)
hwnd
- .msg
- .wparam
- .lparam
- .public final int sendMessage(long hwnd, int msg, int wparam, int lparam)
hwnd
- .msg
- .wparam
- .lparam
- .Copyright © 2013. All rights reserved.