org.xvolks.jnative.misc
Class MSG.WindowsConstants
java.lang.Object
org.xvolks.jnative.misc.MSG.WindowsConstants
- Enclosing class:
- MSG
public class MSG.WindowsConstants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SW_HIDE
public static final int SW_HIDE
- See Also:
- Constant Field Values
SW_SHOWNORMAL
public static final int SW_SHOWNORMAL
- See Also:
- Constant Field Values
SW_NORMAL
public static final int SW_NORMAL
- See Also:
- Constant Field Values
SW_SHOWMINIMIZED
public static final int SW_SHOWMINIMIZED
- See Also:
- Constant Field Values
SW_SHOWMAXIMIZED
public static final int SW_SHOWMAXIMIZED
- See Also:
- Constant Field Values
SW_MAXIMIZE
public static final int SW_MAXIMIZE
- See Also:
- Constant Field Values
SW_SHOWNOACTIVATE
public static final int SW_SHOWNOACTIVATE
- See Also:
- Constant Field Values
SW_SHOW
public static final int SW_SHOW
- See Also:
- Constant Field Values
SW_MINIMIZE
public static final int SW_MINIMIZE
- See Also:
- Constant Field Values
SW_SHOWMINNOACTIVE
public static final int SW_SHOWMINNOACTIVE
- See Also:
- Constant Field Values
SW_SHOWNA
public static final int SW_SHOWNA
- See Also:
- Constant Field Values
SW_RESTORE
public static final int SW_RESTORE
- See Also:
- Constant Field Values
SW_SHOWDEFAULT
public static final int SW_SHOWDEFAULT
- See Also:
- Constant Field Values
SW_FORCEMINIMIZE
public static final int SW_FORCEMINIMIZE
- See Also:
- Constant Field Values
SW_MAX
public static final int SW_MAX
- See Also:
- Constant Field Values
WS_OVERLAPPED
public static final int WS_OVERLAPPED
- See Also:
- Constant Field Values
WS_POPUP
public static final int WS_POPUP
- See Also:
- Constant Field Values
WS_CHILD
public static final int WS_CHILD
- See Also:
- Constant Field Values
WS_MINIMIZE
public static final int WS_MINIMIZE
- See Also:
- Constant Field Values
WS_VISIBLE
public static final int WS_VISIBLE
- See Also:
- Constant Field Values
WS_DISABLED
public static final int WS_DISABLED
- See Also:
- Constant Field Values
WS_CLIPSIBLINGS
public static final int WS_CLIPSIBLINGS
- See Also:
- Constant Field Values
WS_CLIPCHILDREN
public static final int WS_CLIPCHILDREN
- See Also:
- Constant Field Values
WS_MAXIMIZE
public static final int WS_MAXIMIZE
- See Also:
- Constant Field Values
WS_CAPTION
public static final int WS_CAPTION
- See Also:
- Constant Field Values
WS_BORDER
public static final int WS_BORDER
- See Also:
- Constant Field Values
WS_DLGFRAME
public static final int WS_DLGFRAME
- See Also:
- Constant Field Values
WS_VSCROLL
public static final int WS_VSCROLL
- See Also:
- Constant Field Values
WS_HSCROLL
public static final int WS_HSCROLL
- See Also:
- Constant Field Values
WS_SYSMENU
public static final int WS_SYSMENU
- See Also:
- Constant Field Values
WS_THICKFRAME
public static final int WS_THICKFRAME
- See Also:
- Constant Field Values
WS_GROUP
public static final int WS_GROUP
- See Also:
- Constant Field Values
WS_TABSTOP
public static final int WS_TABSTOP
- See Also:
- Constant Field Values
WS_MINIMIZEBOX
public static final int WS_MINIMIZEBOX
- See Also:
- Constant Field Values
WS_MAXIMIZEBOX
public static final int WS_MAXIMIZEBOX
- See Also:
- Constant Field Values
WS_TILED
public static final int WS_TILED
- See Also:
- Constant Field Values
WS_ICONIC
public static final int WS_ICONIC
- See Also:
- Constant Field Values
WS_SIZEBOX
public static final int WS_SIZEBOX
- See Also:
- Constant Field Values
WS_OVERLAPPEDWINDOW
public static final int WS_OVERLAPPEDWINDOW
- See Also:
- Constant Field Values
WS_POPUPWINDOW
public static final int WS_POPUPWINDOW
- See Also:
- Constant Field Values
WS_CHILDWINDOW
public static final int WS_CHILDWINDOW
- See Also:
- Constant Field Values
WS_TILEDWINDOW
public static final int WS_TILEDWINDOW
- See Also:
- Constant Field Values
MSG.WindowsConstants
public MSG.WindowsConstants()