Class TooltipContent
java.lang.Object
org.yamcs.studio.autocomplete.tooltips.TooltipContent
Content that will be displayed in UI. Result of concatenation of all provided
TooltipData
.-
Field Summary
Modifier and TypeFieldDescriptionint
int
SWT StyleRange that will be applied to value.Multiple-lines value that will be displayed in UI. -
Constructor Summary
-
Method Summary
-
Field Details
-
value
Multiple-lines value that will be displayed in UI. -
styles
SWT StyleRange that will be applied to value. -
maxLineLength
public int maxLineLength -
numberOfLines
public int numberOfLines
-
-
Constructor Details
-
TooltipContent
public TooltipContent()
-