Eclipse Platform
Kepler (4.3)

Uses of Class
org.eclipse.equinox.bidi.advanced.StructuredTextEnvironment

Packages that use StructuredTextEnvironment
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. 
 

Uses of StructuredTextEnvironment in org.eclipse.equinox.bidi.advanced
 

Fields in org.eclipse.equinox.bidi.advanced declared as StructuredTextEnvironment
static StructuredTextEnvironment StructuredTextEnvironment.DEFAULT
          Pre-defined StructuredTextEnvironment instance which uses default locale, non-mirrored environment, and a Left-to-Right presentation component.
 

Methods in org.eclipse.equinox.bidi.advanced that return StructuredTextEnvironment
 StructuredTextEnvironment IStructuredTextExpert.getEnvironment()
          Obtains the environment associated with this IStructuredTextExpert instance.
 

Methods in org.eclipse.equinox.bidi.advanced with parameters of type StructuredTextEnvironment
static IStructuredTextExpert StructuredTextExpertFactory.getExpert(java.lang.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(java.lang.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 StructuredTextEnvironment
protected  StructuredTextEnvironment StructuredTextCharTypes.environment
          The environment associated with the expert.
 


Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.