Uses of Interface
org.eclipse.lemminx.services.extensions.ILinkedEditingRangesParticipant
-
Packages that use ILinkedEditingRangesParticipant Package Description org.eclipse.lemminx.extensions.references.participants org.eclipse.lemminx.services.extensions -
-
Uses of ILinkedEditingRangesParticipant in org.eclipse.lemminx.extensions.references.participants
Classes in org.eclipse.lemminx.extensions.references.participants that implement ILinkedEditingRangesParticipant Modifier and Type Class Description classXMLReferencesLinkedEditingRangesParticipantXML references linked editing ranges. -
Uses of ILinkedEditingRangesParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type ILinkedEditingRangesParticipant Modifier and Type Method Description List<ILinkedEditingRangesParticipant>XMLExtensionsRegistry. getLinkedEditingRangesParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type ILinkedEditingRangesParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerLinkedEditingRangesParticipants(ILinkedEditingRangesParticipant linkedEditingRangesParticipant)voidXMLExtensionsRegistry. unregisterLinkedEditingRangesParticipants(ILinkedEditingRangesParticipant linkedEditingRangesParticipant)
-