Interface IHoverParticipant

All Known Implementing Classes:
ContentModelHoverParticipant, EntitiesHoverParticipant, HoverParticipantAdapter, XSIHoverParticipant

public interface IHoverParticipant
Hover participant API.
  • Method Details

    • onTag

      org.eclipse.lsp4j.Hover onTag(IHoverRequest request) throws Exception
      onTag method
      Parameters:
      hoverRequest - the hover request.
      Returns:
      the Value of MarkupContent String
      Throws:
      Exception
    • onAttributeName

      org.eclipse.lsp4j.Hover onAttributeName(IHoverRequest request) throws Exception
      onAttributeName method
      Parameters:
      hoverRequest - the hover request.
      Returns:
      the Value of MarkupContent String
      Throws:
      Exception
    • onAttributeValue

      org.eclipse.lsp4j.Hover onAttributeValue(IHoverRequest request) throws Exception
      onAttributeValue method
      Parameters:
      hoverRequest - the hover request.
      Returns:
      the Value of MarkupContent String
      Throws:
      Exception
    • onText

      org.eclipse.lsp4j.Hover onText(IHoverRequest request) throws Exception
      onText method
      Parameters:
      hoverRequest - the hover request.
      Returns:
      the Value of MarkupContent String
      Throws:
      Exception