Uses of Interface
org.eclipse.lemminx.services.extensions.ITypeDefinitionParticipant
-
Packages that use ITypeDefinitionParticipant Package Description org.eclipse.lemminx.extensions.contentmodel.participants org.eclipse.lemminx.services.extensions -
-
Uses of ITypeDefinitionParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Classes in org.eclipse.lemminx.extensions.contentmodel.participants that implement ITypeDefinitionParticipant Modifier and Type Class Description classContentModelTypeDefinitionParticipantExtension to support XML type definition based on content model (XML Schema type definition, etc) -
Uses of ITypeDefinitionParticipant in org.eclipse.lemminx.services.extensions
Classes in org.eclipse.lemminx.services.extensions that implement ITypeDefinitionParticipant Modifier and Type Class Description classAbstractTypeDefinitionParticipantAbstract class for type definition.Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type ITypeDefinitionParticipant Modifier and Type Method Description Collection<ITypeDefinitionParticipant>XMLExtensionsRegistry. getTypeDefinitionParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type ITypeDefinitionParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerTypeDefinitionParticipant(ITypeDefinitionParticipant typeDefinitionParticipant)voidXMLExtensionsRegistry. unregisterTypeDefinitionParticipant(ITypeDefinitionParticipant typeDefinitionParticipant)
-