Interface CMLHoverTextProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHoverText​(java.lang.String keyword)
      Returns the hover text for a specific CML keyword.
      boolean isKeywordRegistered​(java.lang.String keyword)
      Returns whether the provider can give a hover text for a specific keyword or not.
    • Method Detail

      • getHoverText

        java.lang.String getHoverText​(java.lang.String keyword)
        Returns the hover text for a specific CML keyword.
        Parameters:
        keyword - the keyword for which the hover text shall be returned
        Returns:
        the hover text for the given keyword
      • isKeywordRegistered

        boolean isKeywordRegistered​(java.lang.String keyword)
        Returns whether the provider can give a hover text for a specific keyword or not.
        Parameters:
        keyword - the keyword for which a hover text is asked
        Returns:
        whether the keyword is registered or not