ewe.ui
Class SIPEvent

java.lang.Object
  extended byewe.ui.Event
      extended byewe.ui.SIPEvent

public class SIPEvent
extends Event


Field Summary
 int desktopHeight
          This is the visible desktop (i.e.
static boolean handlingSipOn
           
static int SIP_HIDDEN
          The event type for when the SIP is hidden.
static int SIP_SHOWN
          The event type for when the SIP is shown.
 int visibleHeight
          The height of the area of the screen still visible after the SIP is shown.
 int visibleWidth
          The width of the area of the screen still visible after the SIP is shown.
 
Fields inherited from class ewe.ui.Event
consumed, events, flags, target, timeStamp, type, window
 
Constructor Summary
SIPEvent()
           
 
Methods inherited from class ewe.ui.Event
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Field Detail

SIP_SHOWN

public static final int SIP_SHOWN
The event type for when the SIP is shown.

See Also:
Constant Field Values

SIP_HIDDEN

public static final int SIP_HIDDEN
The event type for when the SIP is hidden.

See Also:
Constant Field Values

visibleWidth

public int visibleWidth
The width of the area of the screen still visible after the SIP is shown. It is assumed that the SIP is at the bottom of the screen.


visibleHeight

public int visibleHeight
The height of the area of the screen still visible after the SIP is shown. It is assumed that the SIP is at the bottom of the screen.


desktopHeight

public int desktopHeight
This is the visible desktop (i.e. the visibleHeight - taskbarHeight) if the taskbar is on top.


handlingSipOn

public static boolean handlingSipOn
Constructor Detail

SIPEvent

public SIPEvent()