com.develop.jawin.win32
Class WNDCLASS

java.lang.Object
  |
  +--com.develop.jawin.win32.WNDCLASS

public class WNDCLASS
extends java.lang.Object


Field Summary
 int cbClsExtra
           
 int cbWndExtra
           
 int hbrBackground
           
 int hCursor
           
 int hIcon
           
 int hInstance
           
 WNDPROC lpfnWndProc
           
 java.lang.String lpszClassName
           
 java.lang.String lpszMenuName
           
static java.lang.String marshal
           
 int style
           
static int token
           
 
Constructor Summary
WNDCLASS()
           
 
Method Summary
 void marshal(LittleEndianOutputStream leos, java.util.ArrayList objs)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

style

public int style

lpfnWndProc

public WNDPROC lpfnWndProc

cbClsExtra

public int cbClsExtra

cbWndExtra

public int cbWndExtra

hInstance

public int hInstance

hIcon

public int hIcon

hCursor

public int hCursor

hbrBackground

public int hbrBackground

lpszMenuName

public java.lang.String lpszMenuName

lpszClassName

public java.lang.String lpszClassName

marshal

public static final java.lang.String marshal

token

public static final int token
Constructor Detail

WNDCLASS

public WNDCLASS()
Method Detail

marshal

public void marshal(LittleEndianOutputStream leos,
                    java.util.ArrayList objs)
             throws java.io.IOException


New Jawin designed by Vitally Shelest. This product includes software developed by the DevelopMentor OpenSource Project (http://www.develop.com/OpenSource).