Eclipse Rich Ajax Platform
Release 1.3

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

Packages that use ControlEvent
org.eclipse.swt.events   
 

Uses of ControlEvent in org.eclipse.swt.events
 

Methods in org.eclipse.swt.events with parameters of type ControlEvent
 void ControlAdapter.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.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 ControlAdapter.controlResized(ControlEvent e)
          Sent when the size (width, height) of a control changes.
 void ControlListener.controlResized(ControlEvent e)
          Sent when the size (width, height) of a control changes.
 


Eclipse Rich Ajax Platform
Release 1.3

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.