Interface IHoverParticipant
-
- All Known Implementing Classes:
ContentModelHoverParticipant,EntitiesHoverParticipant,HoverParticipantAdapter,XSIHoverParticipant
public interface IHoverParticipantHover participant API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.lsp4j.HoveronAttributeName(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)onAttributeName methodorg.eclipse.lsp4j.HoveronAttributeValue(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)onAttributeValue methodorg.eclipse.lsp4j.HoveronTag(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)onTag methodorg.eclipse.lsp4j.HoveronText(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)onText method
-
-
-
Method Detail
-
onTag
org.eclipse.lsp4j.Hover onTag(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
onTag method
-
onAttributeName
org.eclipse.lsp4j.Hover onAttributeName(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
onAttributeName method
-
onAttributeValue
org.eclipse.lsp4j.Hover onAttributeValue(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
onAttributeValue method
-
onText
org.eclipse.lsp4j.Hover onText(IHoverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) throws Exception
onText method
-
-