Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static StructuredTextEnvironment |
StructuredTextEnvironment.DEFAULT
Pre-defined
StructuredTextEnvironment instance which uses default locale,
non-mirrored environment, and a Left-to-Right presentation component. |
Modifier and Type | Method and Description |
---|---|
StructuredTextEnvironment |
IStructuredTextExpert.getEnvironment()
Obtains the environment associated with this
IStructuredTextExpert instance. |
Modifier and Type | Method and Description |
---|---|
static IStructuredTextExpert |
StructuredTextExpertFactory.getExpert(String type,
StructuredTextEnvironment environment)
Obtains a IStructuredTextExpert instance for processing structured text with
the specified type handler and the specified environment.
|
static IStructuredTextExpert |
StructuredTextExpertFactory.getStatefulExpert(String type,
StructuredTextEnvironment environment)
Obtains a IStructuredTextExpert instance for processing structured text with
the specified type handler and the specified environment.
|
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 StructuredTextEnvironment |
StructuredTextCharTypes.environment
The environment associated with the expert.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.