Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
StructuredTextTypeHandler.indexOfSpecial(IStructuredTextExpert expert,
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.
|
static void |
StructuredTextTypeHandler.insertMark(String text,
StructuredTextCharTypes charTypes,
StructuredTextOffsets offsets,
int offset)
Specifies that a mark character must be added before the character
at the specified position of the lean text when generating the
full text.
|
static void |
StructuredTextTypeHandler.processSeparator(String text,
StructuredTextCharTypes charTypes,
StructuredTextOffsets offsets,
int separLocation)
Adds a directional mark before a separator if needed for correct
display, depending on the base direction of the text and on the
class of the characters in the lean text preceding and
following the separator itself.
|
int |
StructuredTextTypeHandler.processSpecial(IStructuredTextExpert expert,
String text,
StructuredTextCharTypes charTypes,
StructuredTextOffsets offsets,
int caseNumber,
int separLocation)
Handles special cases specific to this handler.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.