org.eclipse.xtext.ui.editor.hover.html
Class DefaultHoverDocumentationProvider

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.hover.html.DefaultHoverDocumentationProvider
All Implemented Interfaces:
IEObjectHoverDocumentationProvider

public class DefaultHoverDocumentationProvider
extends java.lang.Object
implements IEObjectHoverDocumentationProvider

Since:
2.3
Author:
Holger Schill - Initial contribution and API

Field Summary
protected  IEObjectDocumentationProvider documentationProvider
           
 
Constructor Summary
DefaultHoverDocumentationProvider()
           
 
Method Summary
 java.lang.String getDocumentation(org.eclipse.emf.ecore.EObject object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentationProvider

@Inject
protected IEObjectDocumentationProvider documentationProvider
Constructor Detail

DefaultHoverDocumentationProvider

public DefaultHoverDocumentationProvider()
Method Detail

getDocumentation

public java.lang.String getDocumentation(org.eclipse.emf.ecore.EObject object)
Specified by:
getDocumentation in interface IEObjectHoverDocumentationProvider