Class StructuredTextSingle

java.lang.Object
org.eclipse.equinox.bidi.custom.StructuredTextTypeHandler
org.eclipse.equinox.bidi.internal.StructuredTextSingle

public class StructuredTextSingle extends StructuredTextTypeHandler
A base handler for structured text composed of two parts separated by a separator. The first occurrence of the separator delimits the end of the first part and the start of the second part. Further occurrences of the separator, if any, are treated like regular characters of the second text part. The handler makes sure that the text be presented in the form (assuming that the equal sign is the separator):
 part1 = part2
 
The string returned by getSeparators for this handler should contain exactly one character. Additional characters will be ignored.