|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.events.ControlAdapter
This adapter class provides default implementations for the methods described by the ControlListener interface.
Classes that wish to deal with ControlEvents can extend this class and override only the methods which they are interested in.
Constructor Summary | |
ControlAdapter()
|
Method Summary | |
void | 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 | controlResized(ControlEvent e)
Sent when the size (width, height) of a control changes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ControlAdapter()
Method Detail |
public void controlMoved(ControlEvent e)
public void controlResized(ControlEvent e)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.