If your class ITextHoveralso implements ITextHoverExtension, you can provide IInformationControlCreatorin a method getHoverControlCreator().
You can use a simple IInformationControlCreatorone that simply returns an instance DefaultInformationControlas an information control. DefaultInformationControlhas methods setForegroundColorand setBackgroundColor.
source
share