Class IStyledString.Style

    • Field Detail

      • NO_STYLE

        public static final IStyledString.Style NO_STYLE
        Instance that represent a default unstyled string.
      • QUALIFIER_STYLER

        public static final IStyledString.Style QUALIFIER_STYLER
        Constant that will eventually map to org.eclipse.jface.viewers.StyledString.QUALIFIER_STYLER.
      • COUNTER_STYLER

        public static final IStyledString.Style COUNTER_STYLER
        Constant that will eventually map to org.eclipse.jface.viewers.StyledString.COUNTER_STYLER.
      • DECORATIONS_STYLER

        public static final IStyledString.Style DECORATIONS_STYLER
        Constant that will eventually map to org.eclipse.jface.viewers.StyledString.DECORATIONS_STYLER.
    • Method Detail

      • getFont

        public URI getFont()
      • getBackgoundColor

        public URI getBackgoundColor()
      • getForegroundColor

        public URI getForegroundColor()
      • isStrikedout

        public boolean isStrikedout()
      • getStrikeoutColor

        public URI getStrikeoutColor()
      • getUnderlineColor

        public URI getUnderlineColor()
      • getBorderColor

        public URI getBorderColor()