public class WndClass
extends com.jniwrapper.Structure
Modifier and Type | Field and Description |
---|---|
protected com.jniwrapper.Int |
_cbClsExtra |
protected com.jniwrapper.Int |
_cbWndExtra |
protected Handle |
_hbrBackground |
protected Handle |
_hCursor |
protected Handle |
_hIcon |
protected Handle |
_hInstance |
protected com.jniwrapper.Callback |
_lpfnWndProc |
protected com.jniwrapper.Str |
_lpszClassName |
protected com.jniwrapper.UInt32 |
_style |
static int |
CS_BYTEALIGNCLIENT |
static int |
CS_BYTEALIGNWINDOW |
static int |
CS_CLASSDC |
static int |
CS_DBLCLKS |
static int |
CS_GLOBALCLASS |
static int |
CS_HREDRAW |
static int |
CS_IME |
static int |
CS_NOCLOSE |
static int |
CS_OWNDC |
static int |
CS_PARENTDC |
static int |
CS_SAVEBITS |
static int |
CS_VREDRAW |
static int |
CW_USEDEFAULT |
Constructor and Description |
---|
WndClass(com.jniwrapper.Callback windowProc,
java.lang.String className) |
WndClass(WndClass that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
com.jniwrapper.Int16 |
register() |
void |
setBackground(Handle bkground) |
void |
setStyle(long style) |
void |
setStyle(com.jniwrapper.UInt32 style) |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public static final int CS_VREDRAW
public static final int CS_HREDRAW
public static final int CS_DBLCLKS
public static final int CS_OWNDC
public static final int CS_CLASSDC
public static final int CS_PARENTDC
public static final int CS_NOCLOSE
public static final int CS_SAVEBITS
public static final int CS_BYTEALIGNCLIENT
public static final int CS_BYTEALIGNWINDOW
public static final int CS_GLOBALCLASS
public static final int CS_IME
public static final int CW_USEDEFAULT
protected com.jniwrapper.Callback _lpfnWndProc
protected com.jniwrapper.UInt32 _style
protected com.jniwrapper.Int _cbClsExtra
protected com.jniwrapper.Int _cbWndExtra
protected Handle _hInstance
protected Handle _hIcon
protected Handle _hCursor
protected Handle _hbrBackground
protected com.jniwrapper.Str _lpszClassName
public WndClass(com.jniwrapper.Callback windowProc, java.lang.String className)
public WndClass(WndClass that)
public com.jniwrapper.Int16 register()
public void setStyle(com.jniwrapper.UInt32 style)
public void setStyle(long style)
public void setBackground(Handle bkground)
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure