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

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

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

name点击打开事物


reference点击打开事物

Reference to a exists DisposeListener by name.

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


 
方法详细信息

create


 
子事物详细信息

actions点击打开事物

 voidfocusGained(FocusEvent e)
          Sent when a control gets focus.
 voidfocusLost(FocusEvent e)
          Sent when a control loses focus.