palmos
Class Event

java.lang.Object
  |
  +--palmos.Event

public class Event
extends java.lang.Object


Field Summary
static short appStopEvent
           
static short ctlEnterEvent
           
static short ctlExitEvent
           
static short ctlRepeatEvent
           
static short ctlSelectEvent
           
 short data1
           
 short data2
           
 short data3
           
 short data4
           
 short data5
           
 short data6
           
 short data7
           
 short data8
           
static short daySelectEvent
           
 short eType
           
static short firstUserEvent
           
static short fldChangedEvent
           
static short fldEnterEvent
           
static short fldHeightChangedEvent
           
static short frmCloseEvent
           
static short frmGotoEvent
           
static short frmLoadEvent
           
static short frmOpenEvent
           
static short frmSaveEvent
           
static short frmUpdateEvent
           
static short keyDownEvent
           
static short lstEnterEvent
           
static short lstExitEvent
           
static short lstSelectEvent
           
static short menuEvent
           
static short nilEvent
           
 boolean penDown
           
static short penDownEvent
           
static short penMoveEvent
           
static short penUpEvent
           
static short popSelectEvent
           
 short screenX
           
 short screenY
           
static short tblEnterEvent
           
static short tblExitEvent
           
static short tblSelectEvent
           
static short winEnterEvent
           
static short winExitEvent
           
 
Constructor Summary
Event()
           
 
Method Summary
 char chr()
           
 short column()
           
 short controlID()
           
 short currentPos()
           
 short daySelect_selection()
           
 short end_x()
           
 short end_y()
           
 int enterWindow()
           
 int exitWindow()
           
 short fieldID()
           
 short formID()
           
 short itemID()
           
 short keyCode()
           
 short listID()
           
 int matchCustom()
           
 short matchFieldNum()
           
 short matchLen()
           
 short matchPos()
           
 short modifiers()
           
 short newHeight()
           
 boolean on()
           
 int pControl()
           
 int pField()
           
 int pList()
           
 short popSelect_controlID()
           
 int popSelect_controlP()
           
 short popSelect_listID()
           
 int popSelect_listP()
           
 short popSelect_priorSelection()
           
 short popSelect_selection()
           
 int pSelector()
           
 int pTable()
           
 short recordNum()
           
 short row()
           
 short selection()
           
 short start_x()
           
 short start_y()
           
 short tableID()
           
 int time()
           
 short updateCode()
           
 boolean useThisDate()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

nilEvent

public static final short nilEvent

penDownEvent

public static final short penDownEvent

penUpEvent

public static final short penUpEvent

penMoveEvent

public static final short penMoveEvent

keyDownEvent

public static final short keyDownEvent

winEnterEvent

public static final short winEnterEvent

winExitEvent

public static final short winExitEvent

ctlEnterEvent

public static final short ctlEnterEvent

ctlExitEvent

public static final short ctlExitEvent

ctlSelectEvent

public static final short ctlSelectEvent

ctlRepeatEvent

public static final short ctlRepeatEvent

lstEnterEvent

public static final short lstEnterEvent

lstSelectEvent

public static final short lstSelectEvent

lstExitEvent

public static final short lstExitEvent

popSelectEvent

public static final short popSelectEvent

fldEnterEvent

public static final short fldEnterEvent

fldHeightChangedEvent

public static final short fldHeightChangedEvent

fldChangedEvent

public static final short fldChangedEvent

tblEnterEvent

public static final short tblEnterEvent

tblSelectEvent

public static final short tblSelectEvent

daySelectEvent

public static final short daySelectEvent

menuEvent

public static final short menuEvent

appStopEvent

public static final short appStopEvent

frmLoadEvent

public static final short frmLoadEvent

frmOpenEvent

public static final short frmOpenEvent

frmGotoEvent

public static final short frmGotoEvent

frmUpdateEvent

public static final short frmUpdateEvent

frmSaveEvent

public static final short frmSaveEvent

frmCloseEvent

public static final short frmCloseEvent

tblExitEvent

public static final short tblExitEvent

firstUserEvent

public static final short firstUserEvent

eType

public short eType

penDown

public boolean penDown

screenX

public short screenX

screenY

public short screenY

data1

public short data1

data2

public short data2

data3

public short data3

data4

public short data4

data5

public short data5

data6

public short data6

data7

public short data7

data8

public short data8
Constructor Detail

Event

public Event()
Method Detail

start_x

public final short start_x()

start_y

public final short start_y()

end_x

public final short end_x()

end_y

public final short end_y()

chr

public final char chr()

keyCode

public final short keyCode()

modifiers

public final short modifiers()

enterWindow

public final int enterWindow()

exitWindow

public final int exitWindow()

controlID

public final short controlID()

pControl

public final int pControl()

on

public final boolean on()

time

public final int time()

fieldID

public final short fieldID()

pField

public final int pField()

newHeight

public final short newHeight()

currentPos

public final short currentPos()

listID

public final short listID()

pList

public final int pList()

selection

public final short selection()

tableID

public final short tableID()

pTable

public final int pTable()

row

public final short row()

column

public final short column()

formID

public final short formID()

recordNum

public final short recordNum()

matchPos

public final short matchPos()

matchLen

public final short matchLen()

matchFieldNum

public final short matchFieldNum()

matchCustom

public final int matchCustom()

updateCode

public final short updateCode()

pSelector

public final int pSelector()

daySelect_selection

public final short daySelect_selection()

useThisDate

public final boolean useThisDate()

itemID

public final short itemID()

popSelect_controlID

public final short popSelect_controlID()

popSelect_controlP

public final int popSelect_controlP()

popSelect_listID

public final short popSelect_listID()

popSelect_listP

public final int popSelect_listP()

popSelect_selection

public final short popSelect_selection()

popSelect_priorSelection

public final short popSelect_priorSelection()