Class HelpHoverProvider.CustomHoverControlCreator
- java.lang.Object
-
- org.eclipse.jface.text.AbstractReusableInformationControlCreator
-
- org.yakindu.base.utils.jface.help.HelpHoverProvider.CustomHoverControlCreator
-
- All Implemented Interfaces:
EventListener
,IInformationControlCreator
,IInformationControlCreatorExtension
,DisposeListener
,SWTEventListener
- Enclosing class:
- HelpHoverProvider
public final class HelpHoverProvider.CustomHoverControlCreator extends AbstractReusableInformationControlCreator
-
-
Constructor Summary
Constructors Constructor Description CustomHoverControlCreator(IInformationControlCreator informationPresenterControlCreator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IInformationControl
doCreateInformationControl(Shell parent)
-
Methods inherited from class org.eclipse.jface.text.AbstractReusableInformationControlCreator
canReplace, canReuse, createInformationControl, widgetDisposed
-
-
-
-
Constructor Detail
-
CustomHoverControlCreator
public CustomHoverControlCreator(IInformationControlCreator informationPresenterControlCreator)
-
-
Method Detail
-
doCreateInformationControl
public IInformationControl doCreateInformationControl(Shell parent)
- Specified by:
doCreateInformationControl
in classAbstractReusableInformationControlCreator
-
-