Eclipse Platform
Release 4.2

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

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

Methods in org.eclipse.equinox.bidi.custom with parameters of type STextCharTypes
 int STextTypeHandler.getDirection(ISTextExpert expert, String text, STextCharTypes charTypes)
          Indicates the base text direction appropriate for an instance of structured text.
 int STextTypeHandler.indexOfSpecial(ISTextExpert expert, String text, STextCharTypes charTypes, STextOffsets 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 STextTypeHandler.insertMark(String text, STextCharTypes charTypes, STextOffsets 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.
 void STextOffsets.insertOffset(STextCharTypes charTypes, int offset)
          Inserts an offset value in the offset array so that the array stays in ascending order.
static void STextTypeHandler.processSeparator(String text, STextCharTypes charTypes, STextOffsets 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 STextTypeHandler.processSpecial(ISTextExpert expert, String text, STextCharTypes charTypes, STextOffsets offsets, int caseNumber, int separLocation)
          Handles special cases specific to this handler.
 boolean STextTypeHandler.skipProcessing(ISTextExpert expert, String text, STextCharTypes charTypes)
          Checks if there is a need for processing structured text.
 


Eclipse Platform
Release 4.2

Guidelines for using Eclipse APIs.

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