Uses of Interface
org.eclipse.swt.events.SegmentListener
Packages that use SegmentListener
-
Uses of SegmentListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type SegmentListenerModifier and TypeMethodDescriptionvoidCombo.addSegmentListener(SegmentListener listener) Adds a segment listener.voidText.addSegmentListener(SegmentListener listener) Adds a segment listener.voidCombo.removeSegmentListener(SegmentListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.voidText.removeSegmentListener(SegmentListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.