Interface IHoverHelp

All Known Implementing Classes:
ConstantHelp, MethodHelp, ModuleHelp

public interface IHoverHelp
  • Method Details

    • visitMemento

      static void visitMemento​(org.eclipse.ui.IMemento node, IHoverHelp.IMementoVisitor visitor)
    • getNodeContent

      static String getNodeContent​(org.eclipse.ui.IMemento node)
    • updateRelativeLinks

      static void updateRelativeLinks​(org.eclipse.ui.IMemento contentNode, URL baseUrl)
      Replace relative links in HTML content with absolute links.
      Parameters:
      contentNode - original content
    • resolveUrl

      static String resolveUrl​(URL baseUrl, String relativeLocation)
    • getImageAndLabel

      static String getImageAndLabel​(String imageSrcPath, String label)
    • getName

      String getName()
    • getDescription

      String getDescription()
    • getHoverContent

      String getHoverContent()