Package | Description |
---|---|
org.eclipse.equinox.bidi |
This package provides classes for processing bidirectional
text with a special structure to ensure its proper presentation.
|
org.eclipse.equinox.bidi.advanced |
This package provides classes for users who need finer control
on structured text handling.
|
org.eclipse.equinox.bidi.custom |
This package provides APIs for plug-in developers to contribute
handlers for specific types of bidirectional expressions not
supported in the standard distribution.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
Modifier and Type | Method and Description |
---|---|
static StructuredTextTypeHandler |
StructuredTextTypeHandlerFactory.getHandler(String id)
Obtains a structured text handler of a given type.
|
Modifier and Type | Method and Description |
---|---|
StructuredTextTypeHandler |
IStructuredTextExpert.getTypeHandler()
Obtains the structured type handler associated with this
IStructuredTextExpert instance. |
Modifier and Type | Method and Description |
---|---|
static IStructuredTextExpert |
StructuredTextExpertFactory.getStatefulExpert(StructuredTextTypeHandler handler,
StructuredTextEnvironment environment)
Obtains a IStructuredTextExpert instance for processing structured text with
the specified type handler and the specified environment.
|
Modifier and Type | Field and Description |
---|---|
protected StructuredTextTypeHandler |
StructuredTextCharTypes.handler
The StructuredTextTypeHandler instance utilized by the expert.
|
Constructor and Description |
---|
StructuredTextSegmentListener(StructuredTextTypeHandler textTypeHandler)
Creates a new structured text segment listener.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.