xworker.swt.widgets.Control/@MouseTrackListener
事物 MouseTrackListener(MouseTrackListener)点击打开事物点击浏览描述

父事物:
Control
描述者:
事物
thing
继承:
MouseTrackListener

字段摘要
           String name
           
           String reference
           Reference to a exists DisposeListener by name.
 
方法摘要
           create
          
 
子事物摘要
           actions
          
 voidmouseEnter(MouseEvent e)
 
字段详细信息

name点击打开事物


reference点击打开事物

Reference to a exists DisposeListener by name.

只能够引用DisposeListener,引用其他事件无效。


 
方法详细信息

create


 
子事物详细信息

actions点击打开事物

 voidmouseEnter(MouseEvent e)
          Sent when the mouse pointer passes into the area of the screen covered by a control.
 voidmouseExit(MouseEvent e)
          Sent when the mouse pointer passes out of the area of the screen covered by a control.
 voidmouseHover(MouseEvent e)
          Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.