|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelQueryTooltip
Implement this interface if you want to customize the tooltip that is shown for a specific kind of queries.
Method Summary | |
---|---|
EClass |
getHandledQueryType()
Defines the type of query that this tooltip appears for. |
void |
setTextFor(ModelQuery modelQuery,
StyledText styledText)
Set the tooltip text into the StyledText component. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |