Class TooltipData
java.lang.Object
org.yamcs.studio.autocomplete.tooltips.TooltipData
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 Summary
Modifier and TypeFieldDescriptionSWT StyleRange that will be applied to value.Value that will be concatenated. -
Constructor Summary
-
Method Summary
-
Field Details
-
value
Value that will be concatenated. Represents a single line. -
styles
SWT StyleRange that will be applied to value.
-
-
Constructor Details
-
TooltipData
public TooltipData()
-