Class IStyledString.Style

java.lang.Object
org.eclipse.emf.compare.provider.utils.IStyledString.Style
Enclosing interface:
IStyledString

public static final class IStyledString.Style extends Object
A style class for IStyledString.
  • Field Details

    • 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 Details

    • getFont

      public URI getFont()
    • getBackgoundColor

      public URI getBackgoundColor()
    • getForegroundColor

      public URI getForegroundColor()
    • isStrikedout

      public boolean isStrikedout()
    • getStrikeoutColor

      public URI getStrikeoutColor()
    • getUnderlineStyle

      public IStyledString.Style.UnderLineStyle getUnderlineStyle()
    • getUnderlineColor

      public URI getUnderlineColor()
    • getBorderStyle

      public IStyledString.Style.BorderStyle getBorderStyle()
    • getBorderColor

      public URI getBorderColor()
    • builder

      public static IStyledString.Style.StyleBuilder builder()
      Returns a new builder for the style.
      Returns:
      a new builder for the style.