|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.swt.events.ControlAdapter
Unsafe: This adapter class provides default implementations for the
methods described by the ControlListener
interface.
Classes that wish to deal with ControlEvent
s can
extend this class and override only the methods which they are
interested in.
ControlListener
,
ControlEvent
Constructor Summary | |
ControlAdapter()
Suppressed: |
Method Summary | |
void |
controlMoved(ControlEvent e)
Suppressed: Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shell s). |
void |
controlResized(ControlEvent e)
Suppressed: 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)
Shell
s).
The default behavior is to do nothing.
controlMoved
in interface ControlListener
e
- an event containing information about the movepublic void controlResized(ControlEvent e)
controlResized
in interface ControlListener
e
- an event containing information about the resize
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |