Uses of Interface
org.eclipse.lemminx.services.extensions.hover.IHoverParticipant
-
-
Uses of IHoverParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Classes in org.eclipse.lemminx.extensions.contentmodel.participants that implement IHoverParticipant Modifier and Type Class Description classContentModelHoverParticipantExtension to support XML hover based on content model (XML Schema documentation, etc) -
Uses of IHoverParticipant in org.eclipse.lemminx.extensions.entities.participants
Classes in org.eclipse.lemminx.extensions.entities.participants that implement IHoverParticipant Modifier and Type Class Description classEntitiesHoverParticipantEntities hover used in a text node (ex : &). -
Uses of IHoverParticipant in org.eclipse.lemminx.extensions.xsi.participants
Classes in org.eclipse.lemminx.extensions.xsi.participants that implement IHoverParticipant Modifier and Type Class Description classXSIHoverParticipantXSIHoverParticipant -
Uses of IHoverParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type IHoverParticipant Modifier and Type Method Description Collection<IHoverParticipant>XMLExtensionsRegistry. getHoverParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type IHoverParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerHoverParticipant(IHoverParticipant hoverParticipant)voidXMLExtensionsRegistry. unregisterHoverParticipant(IHoverParticipant hoverParticipant) -
Uses of IHoverParticipant in org.eclipse.lemminx.services.extensions.hover
Classes in org.eclipse.lemminx.services.extensions.hover that implement IHoverParticipant Modifier and Type Class Description classHoverParticipantAdapterHover participant adapter.
-