Uses of Interface
org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant
-
Packages that use ISymbolsProviderParticipant Package Description org.eclipse.lemminx.extensions.contentmodel.participants org.eclipse.lemminx.services.extensions -
-
Uses of ISymbolsProviderParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Classes in org.eclipse.lemminx.extensions.contentmodel.participants that implement ISymbolsProviderParticipant Modifier and Type Class Description classContentModelSymbolsProviderParticipantSymbol participant to show referenced grammars information. -
Uses of ISymbolsProviderParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type ISymbolsProviderParticipant Modifier and Type Method Description Collection<ISymbolsProviderParticipant>XMLExtensionsRegistry. getSymbolsProviderParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type ISymbolsProviderParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerSymbolsProviderParticipant(ISymbolsProviderParticipant symbolsProviderParticipant)voidXMLExtensionsRegistry. unregisterSymbolsProviderParticipant(ISymbolsProviderParticipant symbolsProviderParticipant)
-