org.eclipse.xtext.ui.editor.hover
Interface IEObjectHoverProvider.IInformationControlCreatorProvider

Enclosing interface:
IEObjectHoverProvider

public static interface IEObjectHoverProvider.IInformationControlCreatorProvider


Method Summary
 org.eclipse.jface.text.IInformationControlCreator getHoverControlCreator()
          an IInformationControlCreator capable of creating an IInformationControl for the information provided by getInfo().
 java.lang.Object getInfo()
          The information to be used by the IInformationControlCreator.
 

Method Detail

getHoverControlCreator

org.eclipse.jface.text.IInformationControlCreator getHoverControlCreator()
an IInformationControlCreator capable of creating an IInformationControl for the information provided by getInfo().


getInfo

java.lang.Object getInfo()
The information to be used by the IInformationControlCreator.