Class: EventType

EventType

イベントの型の固定値
Fixed value of event type

new event.EventType ()

Members

event.EventType.CHANGE staticconstant

Input、Selectの変更時のイベント名
Event name when Input or Select is changed

event.EventType.DBL_CLICK staticconstant

ダブルクリック時のイベント名
Event name on double-click

event.EventType.END staticconstant

ツール終了時のイベント名
Event name at end of tool

event.EventType.KEY_DOWN staticconstant

キーボード押下のイベント名
Event name for keyboard presses

event.EventType.MOUSE_DOWN staticconstant

マウスダウンのイベント名
Mouse down event name

event.EventType.MOUSE_LEAVE staticconstant

マウスが指定領域から出た際のイベント名
Event name when the mouse leaves the specified area

event.EventType.MOUSE_MOVE staticconstant

マウスムーブのイベント名
Mouse move event name

event.EventType.MOUSE_OUT staticconstant

マウスアウトのイベント名
Mouse-out event name

event.EventType.MOUSE_OVER staticconstant

マウスオーバのイベント名
Mouse over event name

event.EventType.MOUSE_UP staticconstant

マウスアップのイベント名
Mouse-up event name

event.EventType.START staticconstant

ツール起動時のイベント名
Event name at tool startup