com.jniwrapper.win32.ui
Class TrackMouseEvent

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.jniwrapper.win32.ui.TrackMouseEvent
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class TrackMouseEvent
extends com.jniwrapper.Structure

This class represents TRACKMOUSEEVENT structure.


Field Summary
static int HOVER_DEFAULT
           
static int TME_CANCEL
           
static int TME_HOVER
           
static int TME_LEAVE
           
static int TME_QUERY
           
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
TrackMouseEvent(TrackMouseEvent that)
           
TrackMouseEvent(Wnd wnd)
           
TrackMouseEvent(Wnd wnd, int hoverTime)
           
 
Method Summary
 java.lang.Object clone()
           
 int getFlags()
           
 int getHoverTime()
           
 Wnd getWindowHandle()
           
 void setFlags(int flags)
           
 void setHoverTime(int value)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TME_HOVER

public static final int TME_HOVER
See Also:
Constant Field Values

TME_LEAVE

public static final int TME_LEAVE
See Also:
Constant Field Values

TME_QUERY

public static final int TME_QUERY
See Also:
Constant Field Values

TME_CANCEL

public static final int TME_CANCEL
See Also:
Constant Field Values

HOVER_DEFAULT

public static final int HOVER_DEFAULT
See Also:
Constant Field Values
Constructor Detail

TrackMouseEvent

public TrackMouseEvent(Wnd wnd)

TrackMouseEvent

public TrackMouseEvent(Wnd wnd,
                       int hoverTime)

TrackMouseEvent

public TrackMouseEvent(TrackMouseEvent that)
Method Detail

getWindowHandle

public Wnd getWindowHandle()

getHoverTime

public int getHoverTime()

setHoverTime

public void setHoverTime(int value)

getFlags

public int getFlags()

setFlags

public void setFlags(int flags)

clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Structure