Uses of Interface
org.eclipse.swt.events.SegmentListener
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
SWT widget public API classes.
-
Uses of SegmentListener in org.eclipse.jface.util
Modifier and TypeClassDescriptionclass
Segment listener that implements bidi-structured text reordering.Modifier and TypeMethodDescriptionstatic SegmentListener
BidiUtils.getSegmentListener
(String handlingType) Returns a segment listener for the givenhandlingType
that can e.g. be passed toText.addSegmentListener(SegmentListener)
. -
Uses of SegmentListener in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionvoid
Combo.addSegmentListener
(SegmentListener listener) Adds a segment listener.void
Text.addSegmentListener
(SegmentListener listener) Adds a segment listener.void
Combo.removeSegmentListener
(SegmentListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.void
Text.removeSegmentListener
(SegmentListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.