Interface IStyledString
public interface IStyledString
Utility class that mimics the JFace's StyledString.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIStyledString.IComposedStyledStringAn iterable ofIStyledString.static classIStyledString.StyleA style class forIStyledString. -
Method Summary
Modifier and Type Method Description java.lang.StringgetString()Returns the Java string for this styled string.IStyledString.StylegetStyle()Returns the style associated with this string.
-
Method Details
-
getString
java.lang.String getString()Returns the Java string for this styled string.- Returns:
- the Java string for this styled string.
-
getStyle
IStyledString.Style getStyle()Returns the style associated with this string.- Returns:
- the style associated with this string.
-