Uses of Class
org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant.SymbolStrategy
-
Packages that use ISymbolsProviderParticipant.SymbolStrategy Package Description org.eclipse.lemminx.extensions.contentmodel.participants org.eclipse.lemminx.services.extensions -
-
Uses of ISymbolsProviderParticipant.SymbolStrategy in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants that return ISymbolsProviderParticipant.SymbolStrategy Modifier and Type Method Description ISymbolsProviderParticipant.SymbolStrategyContentModelSymbolsProviderParticipant. applyFor(DOMDocument document) -
Uses of ISymbolsProviderParticipant.SymbolStrategy in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return ISymbolsProviderParticipant.SymbolStrategy Modifier and Type Method Description ISymbolsProviderParticipant.SymbolStrategyISymbolsProviderParticipant. applyFor(DOMDocument document)Returns the symbol strategy to apply for the given DOM document :UNADAPTABLE: means that the participant is not applicable for the documentINSERT: means that the participant will insert symbols on the top of the standards symbols.static ISymbolsProviderParticipant.SymbolStrategyISymbolsProviderParticipant.SymbolStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ISymbolsProviderParticipant.SymbolStrategy[]ISymbolsProviderParticipant.SymbolStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-