Uses of Class
org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
Package
Description
This package provides classes for processing bidirectional
text with a special structure to ensure its proper presentation.
This package provides classes for users who need finer control
on structured text handling.
This package provides APIs for plug-in developers to contribute
handlers for specific types of bidirectional expressions not
supported in the standard distribution.
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
-
Uses of StructuredTextTypeHandler in org.eclipse.equinox.bidi
Modifier and TypeMethodDescriptionstatic StructuredTextTypeHandler
StructuredTextTypeHandlerFactory.getHandler
(String id) Obtains a structured text handler of a given type. -
Uses of StructuredTextTypeHandler in org.eclipse.equinox.bidi.advanced
Modifier and TypeMethodDescriptionIStructuredTextExpert.getTypeHandler()
Obtains the structured type handler associated with thisIStructuredTextExpert
instance.Modifier and TypeMethodDescriptionstatic 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 StructuredTextTypeHandler in org.eclipse.equinox.bidi.custom
Modifier and TypeFieldDescriptionprotected final StructuredTextTypeHandler
StructuredTextCharTypes.handler
The StructuredTextTypeHandler instance utilized by the expert. -
Uses of StructuredTextTypeHandler in org.eclipse.equinox.bidi.internal
Modifier and TypeClassDescriptionclass
A base handler for structured text composed of text segments separated by separators where the text segments may include delimited parts within which separators are treated like regular characters.class
A base handler for structured text composed of text segments separated by separators where the text segments may include delimited parts within which separators are treated like regular characters and the delimiters may be escaped.class
A base handler for structured text composed of two parts separated by a separator.Modifier and TypeFieldDescriptionprotected final StructuredTextTypeHandler
StructuredTextImpl.handler
The structured text handler utilized by this expert.Modifier and TypeMethodDescriptionStructuredTextTypesCollector.getHandler
(String type) StructuredTextImpl.getTypeHandler()
Modifier and TypeMethodDescriptionstatic Map<String,
StructuredTextTypeHandler> StructuredTextTypesCollector.getDefaultTypeHandlers()
Returns the default structured text type handlers.ModifierConstructorDescriptionStructuredTextImpl
(StructuredTextTypeHandler structuredTextHandler, StructuredTextEnvironment environment, boolean shared) Constructor used inStructuredTextExpertFactory
. -
Uses of StructuredTextTypeHandler in org.eclipse.jface.util
ModifierConstructorDescriptionStructuredTextSegmentListener
(StructuredTextTypeHandler textTypeHandler) Creates a new structured text segment listener.