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 StructuredTextEnvironmentStructuredTextEnvironment.DEFAULTPre-definedStructuredTextEnvironmentinstance 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 thisIStructuredTextExpertinstance.Methods in org.eclipse.equinox.bidi.advanced with parameters of type StructuredTextEnvironmentModifier and TypeMethodDescriptionstatic IStructuredTextExpertStructuredTextExpertFactory.getExpert(String type, StructuredTextEnvironment environment) Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler and the specified environment.static IStructuredTextExpertStructuredTextExpertFactory.getStatefulExpert(String type, StructuredTextEnvironment environment) Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler and the specified environment.static IStructuredTextExpertStructuredTextExpertFactory.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 StructuredTextEnvironmentStructuredTextCharTypes.environmentThe environment associated with the expert. -
Uses of StructuredTextEnvironment in org.eclipse.equinox.bidi.internal
Fields in org.eclipse.equinox.bidi.internal declared as StructuredTextEnvironmentModifier and TypeFieldDescriptionprotected final StructuredTextEnvironmentStructuredTextImpl.environmentThe environment associated with the expert.Methods in org.eclipse.equinox.bidi.internal that return StructuredTextEnvironmentConstructors in org.eclipse.equinox.bidi.internal with parameters of type StructuredTextEnvironmentModifierConstructorDescriptionStructuredTextImpl(StructuredTextTypeHandler structuredTextHandler, StructuredTextEnvironment environment, boolean shared) Constructor used inStructuredTextExpertFactory.