|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.ui.Event
ewe.ui.WindowEvent
| Field Summary | |
static int |
ACTIVATE
This indicates that the window is now active. |
static int |
APP_TO_FRONT
This is a request from the VM for the application to bring itself to the front - displaying whatever it considers to be the current active window. |
static int |
CLOSE
This event is generated when either the close button for the window is pressed OR the system wants to close your application. |
Object |
data
/** In the case of a DATA_DROPPED event this will hold data that has been dropped into the window. |
static int |
DATA_DROPPED
This event occurs when the user drops data picked up from another application or from the OS shell. |
static int |
DEACTIVATE
This indicates that the window is no longer active. |
static int |
FLAG_CLOSE_BY_USER
This bit is used as a flag to mApp.closeMobileApp() if the system knows for sure that the CLOSE event was generated by the user pressing one of the system close buttons. |
static int |
HIBERNATE
This indicates that the system (WinCE) wishes a Window to minimize its memory footprint. |
int |
x
In the case of a DATA_DROPPED event this will be the x-coordinate where the data was dropped. |
int |
y
In the case of a DATA_DROPPED event this will be the y-coordinate where the data was dropped. |
| Fields inherited from class ewe.ui.Event |
consumed, events, flags, target, timeStamp, type, window |
| Constructor Summary | |
WindowEvent()
|
|
| Methods inherited from class ewe.ui.Event |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode |
| Field Detail |
public static final int CLOSE
public static final int ACTIVATE
public static final int DEACTIVATE
public static final int HIBERNATE
public static final int APP_TO_FRONT
public static final int FLAG_CLOSE_BY_USER
public static final int DATA_DROPPED
public int x
public int y
public Object data
| Constructor Detail |
public WindowEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||