Interface IStyledString


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

      • getString

        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.