|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStructuredTextExpert | |
---|---|
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 IStructuredTextExpert in org.eclipse.equinox.bidi.advanced |
---|
Methods in org.eclipse.equinox.bidi.advanced that return IStructuredTextExpert | |
---|---|
static IStructuredTextExpert |
StructuredTextExpertFactory.getExpert()
Obtains a IStructuredTextExpert instance for processing structured text with a default type handler segmenting the text according to default separators. |
static IStructuredTextExpert |
StructuredTextExpertFactory.getExpert(java.lang.String type)
Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler. |
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)
Obtains a IStructuredTextExpert instance for processing structured text with the specified type handler. |
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 IStructuredTextExpert in org.eclipse.equinox.bidi.custom |
---|
Fields in org.eclipse.equinox.bidi.custom declared as IStructuredTextExpert | |
---|---|
protected IStructuredTextExpert |
StructuredTextCharTypes.expert
The IStructuredTextExpert instance which created this instance. |
Methods in org.eclipse.equinox.bidi.custom with parameters of type IStructuredTextExpert | |
---|---|
int |
StructuredTextTypeHandler.getDirection(IStructuredTextExpert expert,
java.lang.String text)
Indicates the base text direction appropriate for an instance of structured text. |
int |
StructuredTextTypeHandler.getDirection(IStructuredTextExpert expert,
java.lang.String text,
StructuredTextCharTypes charTypes)
Indicates the base text direction appropriate for an instance of structured text. |
java.lang.String |
StructuredTextTypeHandler.getSeparators(IStructuredTextExpert expert)
Indicates the separators to use for the current handler. |
int |
StructuredTextTypeHandler.getSpecialsCount(IStructuredTextExpert expert)
Indicates the number of special cases handled by the current handler. |
int |
StructuredTextTypeHandler.indexOfSpecial(IStructuredTextExpert expert,
java.lang.String text,
StructuredTextCharTypes charTypes,
StructuredTextOffsets offsets,
int caseNumber,
int fromIndex)
Locates occurrences of special strings within a structured text and returns their indexes one after the other in successive calls. |
int |
StructuredTextTypeHandler.processSpecial(IStructuredTextExpert expert,
java.lang.String text,
StructuredTextCharTypes charTypes,
StructuredTextOffsets offsets,
int caseNumber,
int separLocation)
Handles special cases specific to this handler. |
boolean |
StructuredTextTypeHandler.skipProcessing(IStructuredTextExpert expert,
java.lang.String text,
StructuredTextCharTypes charTypes)
Checks if there is a need for processing structured text. |
Constructors in org.eclipse.equinox.bidi.custom with parameters of type IStructuredTextExpert | |
---|---|
StructuredTextCharTypes(IStructuredTextExpert expert,
java.lang.String text)
Constructor |
|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.