Eclipse Platform
Kepler (4.3)

Uses of Class
org.eclipse.equinox.bidi.custom.STextTypeHandler

Packages that use STextTypeHandler
org.eclipse.equinox.bidi This package provides classes for processing bidirectional text with a special structure to ensure its proper presentation. 
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 STextTypeHandler in org.eclipse.equinox.bidi
 

Methods in org.eclipse.equinox.bidi that return STextTypeHandler
static STextTypeHandler STextTypeHandlerFactory.getHandler(String id)
          Obtains a structured text handler of a given type.
 

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

Methods in org.eclipse.equinox.bidi.advanced that return STextTypeHandler
 STextTypeHandler ISTextExpert.getTypeHandler()
          Obtains the structured type handler associated with this ISTextExpert instance.
 

Methods in org.eclipse.equinox.bidi.advanced with parameters of type STextTypeHandler
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.
 

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

Fields in org.eclipse.equinox.bidi.custom declared as STextTypeHandler
protected  STextTypeHandler STextCharTypes.handler
          The STextTypeHandler instance utilized by the expert.
 


Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

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