|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jniwrapper.win32.hook.HookEventObject
com.jniwrapper.win32.hook.CBTEvent
com.jniwrapper.win32.hook.CBTEvent.MinMax
Represents HCBT_MINMAX
hook event.
Nested Class Summary |
Nested classes inherited from class com.jniwrapper.win32.hook.CBTEvent |
CBTEvent.Activate, CBTEvent.ClickSkipped, CBTEvent.CreateWnd, CBTEvent.DestroyWnd, CBTEvent.KeySkipped, CBTEvent.MinMax, CBTEvent.MoveSize, CBTEvent.QS, CBTEvent.SetFocus, CBTEvent.SysCommand |
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CBTEvent.MinMax(java.lang.Object source,
com.jniwrapper.Bool allow,
Wnd windowHandle,
long lParam)
|
Method Summary | |
Wnd.ShowWindowCommand |
getOperation()
Returns show window command, represented by Wnd.ShowWindowCommand enumeration. |
Wnd |
getWindowHandle()
Returns the handle to the window being minimized or maximized. |
Methods inherited from class com.jniwrapper.win32.hook.CBTEvent |
setAllow |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CBTEvent.MinMax(java.lang.Object source, com.jniwrapper.Bool allow, Wnd windowHandle, long lParam)
Method Detail |
public Wnd getWindowHandle()
public Wnd.ShowWindowCommand getOperation()
Wnd.ShowWindowCommand
enumeration.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |