Uses of Class
org.eclipse.swt.events.ControlEvent

Packages that use ControlEvent
org.eclipse.ercp.update.views   
org.eclipse.swt.events SWT typed listener support. 
 

Uses of ControlEvent in org.eclipse.ercp.update.views
 

Methods in org.eclipse.ercp.update.views with parameters of type ControlEvent
 void AbsScreen.controlMoved(ControlEvent e)
           
 void AddRemoteScreen.controlResized(ControlEvent e)
           
 void AddLocalScreen.controlResized(ControlEvent e)
           
 void AbsScreen.controlResized(ControlEvent e)
           
 

Uses of ControlEvent in org.eclipse.swt.events
 

Methods in org.eclipse.swt.events with parameters of type ControlEvent
 void ControlListener.controlMoved(ControlEvent e)
          Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
 void ControlListener.controlResized(ControlEvent e)
          Sent when the size (width, height) of a control changes.