Uses of Interface
org.eclipse.swt.events.ControlListener
Packages that use ControlListener
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
SWT typed listener support.
SWT widget public API classes.
-
Uses of ControlListener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement ControlListenerModifier and TypeClassDescriptionprotected classDeprecated.As of 3.4, no longer used as closer from super class is used -
Uses of ControlListener in org.eclipse.swt.events
Classes in org.eclipse.swt.events that implement ControlListenerModifier and TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theControlListenerinterface.Methods in org.eclipse.swt.events that return ControlListenerModifier and TypeMethodDescriptionstatic ControlListenerControlListener.controlMovedAdapter(Consumer<ControlEvent> c) Static helper method to create aControlListenerfor thecontrolMoved(ControlEvent e)) method, given a lambda expression or a method reference.static ControlListenerControlListener.controlResizedAdapter(Consumer<ControlEvent> c) Static helper method to create aControlListenerfor thecontrolResized(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 TypeMethodDescriptionvoidControl.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 theControlListenerinterface.voidTableColumn.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 theControlListenerinterface.voidTracker.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 theControlListenerinterface.voidTreeColumn.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 theControlListenerinterface.voidControl.removeControlListener(ControlListener listener) Removes the listener from the collection of listeners who will be notified when the control is moved or resized.voidTableColumn.removeControlListener(ControlListener listener) Removes the listener from the collection of listeners who will be notified when the control is moved or resized.voidTracker.removeControlListener(ControlListener listener) Removes the listener from the collection of listeners who will be notified when the control is moved or resized.voidTreeColumn.removeControlListener(ControlListener listener) Removes the listener from the collection of listeners who will be notified when the control is moved or resized.