LumiSoft.UI.Controls.WOutlookBar
Class HittedObject

java.lang.Object
  extended by LumiSoft.UI.Controls.WOutlookBar.HittedObject

public class HittedObject
extends java.lang.Object

Author:
Ivar

Field Summary
static int Bar
           
static int DownScrollButton
           
static int Item
           
static int None
           
static int UpScrollButton
           
 
Constructor Summary
HittedObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Bar

public static final int Bar
See Also:
Constant Field Values

Item

public static final int Item
See Also:
Constant Field Values

UpScrollButton

public static final int UpScrollButton
See Also:
Constant Field Values

DownScrollButton

public static final int DownScrollButton
See Also:
Constant Field Values

None

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

HittedObject

public HittedObject()