Uses of Interface
org.eclipse.lemminx.services.extensions.rename.IRenameParticipant
-
-
Uses of IRenameParticipant in org.eclipse.lemminx.extensions.references.participants
Classes in org.eclipse.lemminx.extensions.references.participants that implement IRenameParticipant Modifier and Type Class Description classXMLReferencesRenameParticipantXML references rename support. -
Uses of IRenameParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Classes in org.eclipse.lemminx.extensions.relaxng.grammar.rng that implement IRenameParticipant Modifier and Type Class Description classRNGRenameParticipantRNG rename -
Uses of IRenameParticipant in org.eclipse.lemminx.extensions.xsd.participants
Classes in org.eclipse.lemminx.extensions.xsd.participants that implement IRenameParticipant Modifier and Type Class Description classXSDRenameParticipantXSD rename -
Uses of IRenameParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type IRenameParticipant Modifier and Type Method Description Collection<IRenameParticipant>XMLExtensionsRegistry. getRenameParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type IRenameParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerRenameParticipant(IRenameParticipant renameParticipant)voidXMLExtensionsRegistry. unregisterRenameParticipant(IRenameParticipant renameParticipant)
-