Eclipse Platform
Release 4.2

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

Packages that use STextEnvironment
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 STextEnvironment in org.eclipse.equinox.bidi.advanced
 

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

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

Methods in org.eclipse.equinox.bidi.advanced with parameters of type STextEnvironment
static ISTextExpert STextExpertFactory.getExpert(String type, STextEnvironment environment)
          Obtains a ISTextExpert instance for processing structured text with the specified type handler and the specified environment.
static ISTextExpert STextExpertFactory.getStatefulExpert(STextTypeHandler handler, STextEnvironment environment)
          Obtains a ISTextExpert instance for processing structured text with the specified type handler and the specified environment.
static ISTextExpert STextExpertFactory.getStatefulExpert(String type, STextEnvironment environment)
          Obtains a ISTextExpert instance for processing structured text with the specified type handler and the specified environment.
 

Uses of STextEnvironment in org.eclipse.equinox.bidi.custom
 

Fields in org.eclipse.equinox.bidi.custom declared as STextEnvironment
protected  STextEnvironment STextCharTypes.environment
          The environment associated with the expert.
 


Eclipse Platform
Release 4.2

Guidelines for using Eclipse APIs.

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