Uses of Interface
org.eclipse.lemminx.services.extensions.IWorkspaceServiceParticipant
-
Packages that use IWorkspaceServiceParticipant Package Description org.eclipse.lemminx.services.extensions -
-
Uses of IWorkspaceServiceParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type IWorkspaceServiceParticipant Modifier and Type Method Description Collection<IWorkspaceServiceParticipant>XMLExtensionsRegistry. getWorkspaceServiceParticipants()Return the registered workspace service participants.Methods in org.eclipse.lemminx.services.extensions with parameters of type IWorkspaceServiceParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerWorkspaceServiceParticipant(IWorkspaceServiceParticipant workspaceServiceParticipant)Register a new workspace service participantvoidXMLExtensionsRegistry. unregisterWorkspaceServiceParticipant(IWorkspaceServiceParticipant workspaceServiceParticipant)Unregister a new workspace service participant.
-