org.eclipse.xtext.ui.editor.hover.html
Class DefaultEObjectHoverProvider.PresenterControlCreator

java.lang.Object
  extended by org.eclipse.jface.text.AbstractReusableInformationControlCreator
      extended by org.eclipse.xtext.ui.editor.hover.html.DefaultEObjectHoverProvider.PresenterControlCreator
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.text.IInformationControlCreator, org.eclipse.jface.text.IInformationControlCreatorExtension, org.eclipse.swt.events.DisposeListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
DefaultEObjectHoverProvider

public final class DefaultEObjectHoverProvider.PresenterControlCreator
extends org.eclipse.jface.text.AbstractReusableInformationControlCreator


Constructor Summary
DefaultEObjectHoverProvider.PresenterControlCreator()
           
 
Method Summary
 org.eclipse.jface.text.IInformationControl doCreateInformationControl(org.eclipse.swt.widgets.Shell parent)
          Creates the control.
 
Methods inherited from class org.eclipse.jface.text.AbstractReusableInformationControlCreator
canReplace, canReuse, createInformationControl, widgetDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEObjectHoverProvider.PresenterControlCreator

public DefaultEObjectHoverProvider.PresenterControlCreator()
Method Detail

doCreateInformationControl

public org.eclipse.jface.text.IInformationControl doCreateInformationControl(org.eclipse.swt.widgets.Shell parent)
Description copied from class: org.eclipse.jface.text.AbstractReusableInformationControlCreator
Creates the control.

Specified by:
doCreateInformationControl in class org.eclipse.jface.text.AbstractReusableInformationControlCreator
Parameters:
parent - the parent shell
Returns:
the created information control