Package | Description |
---|---|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
Modifier and Type | Class and Description |
---|---|
class |
StructuredTextSegmentListener
Segment listener that implements bidi-structured text reordering.
|
Modifier and Type | Method and Description |
---|---|
static SegmentListener |
BidiUtils.getSegmentListener(String handlingType)
Returns a segment listener for the given
handlingType that can e.g. be passed to
Text.addSegmentListener(SegmentListener) . |
Modifier and Type | Method and Description |
---|---|
void |
Text.addSegmentListener(SegmentListener listener)
Adds a segment listener.
|
void |
Text.removeSegmentListener(SegmentListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver's text is modified.
|
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.