Class TooltipData

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

public class TooltipData extends Object
Part of TooltipContent provided via AutoCompleteResult or Proposal. This class represents a single line of the final tool-tip content (see TooltipContent). The usage is 1 TooltipData per function.
  • Field Details

    • value

      public String value
      Value that will be concatenated. Represents a single line.
    • styles

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

    • TooltipData

      public TooltipData()