xworker.swt.events.ControlListener
事物 ControlListener(ControlListener)点击打开事物点击浏览描述

描述者:
MetaDescriptor3
thing

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

name点击打开事物


reference点击打开事物

Reference to a exists DisposeListener by name.

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


 
方法详细信息

create


 
子事物详细信息

actions点击打开事物

 voidcontrolMoved(ControlEvent e)
          Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
 voidcontrolResized(ControlEvent e)
          Sent when the size (width, height) of a control changes.