Class TooltipContent

java.lang.Object
org.yamcs.studio.autocomplete.tooltips.TooltipContent

public class TooltipContent extends Object
Content that will be displayed in UI. Result of concatenation of all provided TooltipData.
  • Field Details

    • value

      public String value
      Multiple-lines value that will be displayed in UI.
    • styles

      public ProposalStyle[] styles
      SWT StyleRange that will be applied to value.
    • maxLineLength

      public int maxLineLength
    • numberOfLines

      public int numberOfLines
  • Constructor Details

    • TooltipContent

      public TooltipContent()