Class HoverParticipantAdapter
java.lang.Object
org.eclipse.lemminx.services.extensions.HoverParticipantAdapter
- All Implemented Interfaces:
IHoverParticipant
- Direct Known Subclasses:
ContentModelHoverParticipant,EntitiesHoverParticipant,XSIHoverParticipant
Hover participant adapter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.lsp4j.HoveronAttributeName(IHoverRequest request) onAttributeName methodorg.eclipse.lsp4j.HoveronAttributeValue(IHoverRequest request) onAttributeValue methodorg.eclipse.lsp4j.HoveronTag(IHoverRequest request) onTag methodorg.eclipse.lsp4j.HoveronText(IHoverRequest request) onText method
-
Constructor Details
-
HoverParticipantAdapter
public HoverParticipantAdapter()
-
-
Method Details
-
onTag
Description copied from interface:IHoverParticipantonTag method- Specified by:
onTagin interfaceIHoverParticipant- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-
onAttributeName
Description copied from interface:IHoverParticipantonAttributeName method- Specified by:
onAttributeNamein interfaceIHoverParticipant- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-
onAttributeValue
Description copied from interface:IHoverParticipantonAttributeValue method- Specified by:
onAttributeValuein interfaceIHoverParticipant- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-
onText
Description copied from interface:IHoverParticipantonText method- Specified by:
onTextin interfaceIHoverParticipant- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-