Uses of Interface
org.eclipse.swt.events.ControlListener
Packages that use ControlListener
-
Uses of ControlListener in org.eclipse.swt.events
Classes in org.eclipse.swt.events that implement ControlListenerModifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theControlListener
interface.Methods in org.eclipse.swt.events that return ControlListenerModifier 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. -
Uses of ControlListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type ControlListenerModifier and TypeMethodDescriptionvoid
Control.addControlListener
(ControlListener listener) Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in theControlListener
interface.void
TableColumn.addControlListener
(ControlListener listener) Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in theControlListener
interface.void
Tracker.addControlListener
(ControlListener listener) Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in theControlListener
interface.void
TreeColumn.addControlListener
(ControlListener listener) Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in theControlListener
interface.void
Control.removeControlListener
(ControlListener listener) Removes the listener from the collection of listeners who will be notified when the control is moved or resized.void
TableColumn.removeControlListener
(ControlListener listener) Removes the listener from the collection of listeners who will be notified when the control is moved or resized.void
Tracker.removeControlListener
(ControlListener listener) Removes the listener from the collection of listeners who will be notified when the control is moved or resized.void
TreeColumn.removeControlListener
(ControlListener listener) Removes the listener from the collection of listeners who will be notified when the control is moved or resized.