Package org.eclipse.jface.text
Interface ITextHoverExtension
- All Known Implementing Classes:
- RevisionInformation
public interface ITextHoverExtension
Extension interface for 
ITextHover.
 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:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the hover control creator of this text hover ornull
- 
Method Details- 
getHoverControlCreatorIInformationControlCreator getHoverControlCreator()Returns the hover control creator of this text hover ornull- Returns:
- the hover control creator or null
 
 
-