Package | Description |
---|---|
org.eclipse.swt.events |
Modifier and Type | Method and Description |
---|---|
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
Shell s). |
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
Shell s). |
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.
|
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0