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

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

Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.

After creating an instance of a class that implements this interface it can be added to a control using the addControlListener method and removed using the removeControlListener method. When a control is moved or resized, the appropriate method will be invoked.

字段摘要
           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.