|
actions
name
-
reference
Reference to a exists DisposeListener by name.
只能够引用DisposeListener,引用其他事件无效。
create
-
void | mouseEnter(MouseEvent e) Sent when the mouse pointer passes into the area of the screen covered by a control. | void | mouseExit(MouseEvent e) Sent when the mouse pointer passes out of the area of the screen covered by a control. | void | mouseHover(MouseEvent e) Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control. |
|