Uses of Class
org.eclipse.equinox.bidi.advanced.StructuredTextEnvironment
Packages that use StructuredTextEnvironment
Package
Description
This package provides classes for users who need finer control
on structured text handling.
This package provides APIs for plug-in developers to contribute
handlers for specific types of bidirectional expressions not
supported in the standard distribution.
-
Uses of StructuredTextEnvironment in org.eclipse.equinox.bidi.advanced
Fields in org.eclipse.equinox.bidi.advanced declared as StructuredTextEnvironmentModifier and TypeFieldDescriptionstatic final StructuredTextEnvironment
StructuredTextEnvironment.DEFAULT
Pre-definedStructuredTextEnvironment
instance which uses default locale, non-mirrored environment, and a Left-to-Right presentation component.Methods in org.eclipse.equinox.bidi.advanced that return StructuredTextEnvironmentModifier and TypeMethodDescriptionIStructuredTextExpert.getEnvironment()
Obtains the environment associated with thisIStructuredTextExpert
instance.Methods in org.eclipse.equinox.bidi.advanced with parameters of type StructuredTextEnvironmentModifier and TypeMethodDescriptionstatic 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. -
Uses of StructuredTextEnvironment in org.eclipse.equinox.bidi.custom
Fields in org.eclipse.equinox.bidi.custom declared as StructuredTextEnvironmentModifier and TypeFieldDescriptionprotected final StructuredTextEnvironment
StructuredTextCharTypes.environment
The environment associated with the expert.