Interface IStyledString


public interface IStyledString
Utility class that mimics the JFace's StyledString.
  • Method Details

    • getString

      String getString()
      Returns the Java string for this styled string.
      Returns:
      the Java string for this styled string.
    • getStyle

      Returns the style associated with this string.
      Returns:
      the style associated with this string.