Class IntegrityEObjectDocumentationProvider

  • All Implemented Interfaces:
    org.eclipse.xtext.documentation.IEObjectDocumentationProvider

    public class IntegrityEObjectDocumentationProvider
    extends java.lang.Object
    implements org.eclipse.xtext.documentation.IEObjectDocumentationProvider
    The documentation provider. This provides texts for quick help displays, like in mouseovers.
    Author:
    Rene Schneider - initial API and implementation
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDocumentation​(org.eclipse.emf.ecore.EObject anObjectOrProxy)
      Returns the documentation text for a specific object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegrityEObjectDocumentationProvider

        public IntegrityEObjectDocumentationProvider()
    • Method Detail

      • getDocumentation

        public java.lang.String getDocumentation​(org.eclipse.emf.ecore.EObject anObjectOrProxy)
        Returns the documentation text for a specific object.
        Specified by:
        getDocumentation in interface org.eclipse.xtext.documentation.IEObjectDocumentationProvider