Class ProposalStyle
java.lang.Object
org.yamcs.studio.autocomplete.proposals.ProposalStyle
Used to define a SWT StyleRange on proposal display.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProposalStyle
getDefault
(int from, int to) static ProposalStyle
getError
(int from, int to) static ProposalStyle
getItalic
(int from, int to)
-
Field Details
-
from
public int fromStart index. -
to
public int toEnd index. -
fontStyle
public int fontStyleSWT Font style -
fontColor
public int fontColorSWT Color constant.
-
-
Constructor Details
-
ProposalStyle
public ProposalStyle(int from, int to, int fontStyle, int fontColor) -
ProposalStyle
-
-
Method Details
-
getDefault
-
getError
-
getItalic
-