Eclipse Platform
Kepler (4.3)

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

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

Methods in org.eclipse.equinox.bidi that return StructuredTextTypeHandler
static StructuredTextTypeHandler StructuredTextTypeHandlerFactory.getHandler(java.lang.String id)
          Obtains a structured text handler of a given type.
 

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

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

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

Fields in org.eclipse.equinox.bidi.custom declared as StructuredTextTypeHandler
protected  StructuredTextTypeHandler StructuredTextCharTypes.handler
          The StructuredTextTypeHandler 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.