@Deprecated
public interface IModelQueryTooltip
Modifier and Type | Method and Description |
---|---|
EClass |
getHandledQueryType()
Deprecated.
Defines the type of query that this tooltip appears for.
|
void |
setTextFor(ModelQuery modelQuery,
StyledText styledText)
Deprecated.
Set the tooltip text into the
StyledText component. |
void setTextFor(ModelQuery modelQuery, StyledText styledText)
StyledText
component.modelQuery
- the query that is beeing hovered, and for which the tooltip
should be displayedstyledText
- the component that is used to display the text, which can be
formatted with styles (bold, etc.)EClass getHandledQueryType()