Uses of Interface
org.eclipse.lemminx.services.extensions.IWorkspaceServiceParticipant
Packages that use IWorkspaceServiceParticipant
-
Uses of IWorkspaceServiceParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type IWorkspaceServiceParticipantModifier and TypeMethodDescriptionXMLExtensionsRegistry.getWorkspaceServiceParticipants()Return the registered workspace service participants.Methods in org.eclipse.lemminx.services.extensions with parameters of type IWorkspaceServiceParticipantModifier and TypeMethodDescriptionvoidXMLExtensionsRegistry.registerWorkspaceServiceParticipant(IWorkspaceServiceParticipant workspaceServiceParticipant) Register a new workspace service participantvoidXMLExtensionsRegistry.unregisterWorkspaceServiceParticipant(IWorkspaceServiceParticipant workspaceServiceParticipant) Unregister a new workspace service participant.