See: Description
Interface | Description |
---|---|
IStructuredTextExpert |
Provides advanced methods for processing bidirectional text with
a specific structure to ensure proper presentation.
|
Class | Description |
---|---|
StructuredTextEnvironment |
Describes the environment within which structured text strings are
processed.
|
StructuredTextExpertFactory |
Obtains IStructuredTextExpert 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 IStructuredTextExpert class in the following cases:
Note that the basic functions are provided in package org.eclipse.equinox.bidi and its StructuredTextProcessor class.
To access the more sophisticated methods for processing structured text, the user should proceed as follows:
IStructuredTextExpert
instance using the methods in
StructuredTextExpertFactory.
This should be done before obtaining a IStructuredTextExpert
instance,
and the specific environment must be specified when invoking
StructuredTextExpertFactory
methods. This will
associate a type handler with the given environment and provide
a customized IStructuredTextExpert
instance to the user.
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.