Uses of Class
org.eclipse.swt.events.ControlEvent
-
Uses of ControlEvent in org.eclipse.swt.events
Modifier and TypeMethodDescriptionvoid
ControlAdapter.controlMoved
(ControlEvent e) Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, forShell
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, forShell
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.Modifier and TypeMethodDescriptionstatic ControlListener
ControlListener.controlMovedAdapter
(Consumer<ControlEvent> c) Static helper method to create aControlListener
for theControlListener.controlMoved(ControlEvent e)
) method, given a lambda expression or a method reference.static ControlListener
ControlListener.controlResizedAdapter
(Consumer<ControlEvent> c) Static helper method to create aControlListener
for theControlListener.controlResized(ControlEvent e)
) method, given a lambda expression or a method reference.