|
Eclipse Platform Release 3.8 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ISTextExpert | Provides advanced methods for processing bidirectional text with a specific structure to ensure proper presentation. |
Class Summary | |
---|---|
STextEnvironment | Describes the environment within which structured text strings are processed. |
STextExpertFactory | Obtains ISTextExpert instances. |
This package provides classes for users who need finer control on structured text handling. In particular, the user should use the methods in the ISTextExpert class in the following cases:
Note that the basic functions are provided in package org.eclipse.equinox.bidi and its STextProcessor class.
To access the more sophisticated methods for processing structured text, the user should proceed as follows:
ISTextExpert
instance using the methods in
STextExpertFactory.
This should be done before obtaining a ISTextExpert
instance,
and the specific environment must be specified when invoking
STextExpertFactory
methods. This will
associate a type handler with the given environment and provide
a customized ISTextExpert
instance to the user.
|
Eclipse Platform Release 3.8 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2013. All rights reserved.