Package org.eclipse.jface.text
Interface ITextHoverExtension
-
- All Known Implementing Classes:
RevisionInformation
public interface ITextHoverExtensionExtension interface forITextHover.It provides a way for hovers to specify the information control creator they want to have used in order to create the hover control.
- Since:
- 3.0
- See Also:
IInformationControlCreator,ITextHover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IInformationControlCreatorgetHoverControlCreator()Returns the hover control creator of this text hover ornull
-
-
-
Method Detail
-
getHoverControlCreator
IInformationControlCreator getHoverControlCreator()
Returns the hover control creator of this text hover ornull- Returns:
- the hover control creator or
null
-
-