Fan

 

Slots

actionSource

static EventId action := EventId.make(12, "action")

activeSource

static EventId active := EventId.make(22, "active")

blurSource

static EventId blur := EventId.make(2, "blur")

caretSource

static EventId caret := EventId.make(17, "caret")

closeSource

static EventId close := EventId.make(21, "close")

deiconifiedSource

static EventId deiconified := EventId.make(25, "deiconified")

focusSource

static EventId focus := EventId.make(1, "focus")

fromStrSource

static EventId? fromStr(Str name, Bool checked := true)

Return the EventId instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

static EventId hyperlink := EventId.make(18, "hyperlink")

iconifiedSource

static EventId iconified := EventId.make(24, "iconified")

inactiveSource

static EventId inactive := EventId.make(23, "inactive")

keyDownSource

static EventId keyDown := EventId.make(3, "keyDown")

keyUpSource

static EventId keyUp := EventId.make(4, "keyUp")

modifiedSource

static EventId modified := EventId.make(13, "modified")

mouseDownSource

static EventId mouseDown := EventId.make(5, "mouseDown")

mouseEnterSource

static EventId mouseEnter := EventId.make(7, "mouseEnter")

mouseExitSource

static EventId mouseExit := EventId.make(8, "mouseExit")

mouseHoverSource

static EventId mouseHover := EventId.make(9, "mouseHover")

mouseMoveSource

static EventId mouseMove := EventId.make(10, "mouseMove")

mouseUpSource

static EventId mouseUp := EventId.make(6, "mouseUp")

mouseWheelSource

static EventId mouseWheel := EventId.make(11, "mouseWheel")

openSource

static EventId open := EventId.make(20, "open")

static EventId popup := EventId.make(19, "popup")

selectSource

static EventId select := EventId.make(16, "select")

unknownSource

static EventId unknown := EventId.make(0, "unknown")

valuesSource

static EventId[] values := ...

List of EventId values indexed by ordinal

verifySource

static EventId verify := EventId.make(14, "verify")

verifyKeySource

static EventId verifyKey := EventId.make(15, "verifyKey")