Home
last modified time | relevance | path

Searched refs:GenericContentTypeRelatedExtension (Results 1 – 10 of 10) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/
H A DReconcilerRegistry.java46 …private Map<IConfigurationElement, GenericContentTypeRelatedExtension<IReconciler>> extensions = n…
47 …private Map<IConfigurationElement, GenericContentTypeRelatedExtension<IReconciler>> highlightExten…
48 …private Map<IConfigurationElement, GenericContentTypeRelatedExtension<IReconciler>> foldingExtensi…
89 ….map(GenericContentTypeRelatedExtension<IReconciler>::createDelegate).collect(Collectors.toList()); in getReconcilers()
113 ….map(GenericContentTypeRelatedExtension<IReconciler>::createDelegate).collect(Collectors.toList()); in getHighlightReconcilers()
137 ….map(GenericContentTypeRelatedExtension<IReconciler>::createDelegate).collect(Collectors.toList()); in getFoldingReconcilers()
148 this.extensions.put(extension, new GenericContentTypeRelatedExtension<IReconciler>(extension)); in sync()
169 new GenericContentTypeRelatedExtension<IReconciler>(extension)); in syncHighlight()
190 new GenericContentTypeRelatedExtension<IReconciler>(extension)); in syncFolding()
H A DContentTypeSpecializationComparator.java25 …ntentTypeSpecializationComparator<T> implements Comparator<GenericContentTypeRelatedExtension<T>> {
28 …public int compare(GenericContentTypeRelatedExtension<T> o1, GenericContentTypeRelatedExtension<T>… in compare()
H A DQuickAssistProcessorRegistry.java35 …private Map<IConfigurationElement, GenericContentTypeRelatedExtension<IQuickAssistProcessor>> exte…
60 .map(GenericContentTypeRelatedExtension<IQuickAssistProcessor>::createDelegate) in getQuickAssistProcessors()
72 new GenericContentTypeRelatedExtension<IQuickAssistProcessor>(extension)); in sync()
H A DPresentationReconcilerRegistry.java42 …private Map<IConfigurationElement, GenericContentTypeRelatedExtension<IPresentationReconciler>> ex…
68 .map(GenericContentTypeRelatedExtension<IPresentationReconciler>::createDelegate) in getPresentationReconcilers()
78 …this.extensions.put(extension, new GenericContentTypeRelatedExtension<IPresentationReconciler>(ext… in sync()
H A DAutoEditStrategyRegistry.java43 …private Map<IConfigurationElement, GenericContentTypeRelatedExtension<IAutoEditStrategy>> extensio…
73 .map(GenericContentTypeRelatedExtension<IAutoEditStrategy>::createDelegate) in getAutoEditStrategies()
84 …this.extensions.put(extension, new GenericContentTypeRelatedExtension<IAutoEditStrategy>(extension… in sync()
H A DCharacterPairMatcherRegistry.java40 …private Map<IConfigurationElement, GenericContentTypeRelatedExtension<ICharacterPairMatcher>> exte…
68 .map(GenericContentTypeRelatedExtension<ICharacterPairMatcher>::createDelegate) in getCharacterPairMatchers()
80 new GenericContentTypeRelatedExtension<ICharacterPairMatcher>(extension)); in sync()
H A DContentAssistProcessorRegistry.java131 …private Map<IConfigurationElement, GenericContentTypeRelatedExtension<IContentAssistProcessor>> ex…
157 .map(GenericContentTypeRelatedExtension<IContentAssistProcessor>::createDelegate) in getContentAssistProcessors()
167 …this.extensions.put(extension, new GenericContentTypeRelatedExtension<IContentAssistProcessor>(ext… in sync()
H A DGenericContentTypeRelatedExtension.java36 public class GenericContentTypeRelatedExtension<T> { class
46 public GenericContentTypeRelatedExtension(IConfigurationElement element) throws Exception { in GenericContentTypeRelatedExtension() method in GenericContentTypeRelatedExtension
H A DIconsRegistry.java53 …final String contentTypeId = extension.getAttribute(GenericContentTypeRelatedExtension.CONTENT_TYP… in sync()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/hover/
H A DTextHoverRegistry.java34 import org.eclipse.ui.internal.genericeditor.GenericContentTypeRelatedExtension;
52 static class TextHoverExtension extends GenericContentTypeRelatedExtension<ITextHover> {
100 .map(GenericContentTypeRelatedExtension<ITextHover>::createDelegate) in getAvailableHovers()