Home
last modified time | relevance | path

Searched refs:getContextTypeRegistry (Results 1 – 16 of 16) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/
H A DAntTemplateAccess.java59 …fStore = new ContributionTemplateStore(getContextTypeRegistry(), AntUIPlugin.getDefault().getPrefe… in getTemplateStore()
75 public ContextTypeRegistry getContextTypeRegistry() { in getContextTypeRegistry() method in AntTemplateAccess
H A DAntTemplateVariableTextHover.java40 …TemplateContextType contextType = AntTemplateAccess.getDefault().getContextTypeRegistry().getConte… in getHoverInfo()
H A DAntTemplatePreferencePage.java45 setContextTypeRegistry(AntTemplateAccess.getDefault().getContextTypeRegistry()); in AntTemplatePreferencePage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DJavaTemplatesPage.java139 TemplateContextType type= getContextTypeRegistry().getContextType(template.getContextTypeId()); in insertTemplate()
157 protected ContextTypeRegistry getContextTypeRegistry() { in getContextTypeRegistry() method in JavaTemplatesPage
222 …itTemplateDialog(getSite().getShell(), template, edit, isNameModifiable, getContextTypeRegistry()); in editTemplate()
238 TemplateContextType type= getContextTypeRegistry().getContextType(contextId); in updatePatternViewer()
322 …context= new JavaDocContext(getContextTypeRegistry().getContextType(template.getContextTypeId()), … in getContext()
325 …context= new JavaContext(getContextTypeRegistry().getContextType(template.getContextTypeId()), doc… in getContext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/
H A DTemplateEditorUI.java76 …fStore= new ContributionTemplateStore(getContextTypeRegistry(), JavaEditorExamplePlugin.getDefault… in getTemplateStore()
91 public ContextTypeRegistry getContextTypeRegistry() { in getContextTypeRegistry() method in TemplateEditorUI
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/
H A DWebUI.java112 public ContextTypeRegistry getContextTypeRegistry() { in getContextTypeRegistry() method in WebUI
151 fStore = new ContributionTemplateStore(getContextTypeRegistry(), in getTemplateStore()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/preferences/
H A DTemplatesPreferencePage.java29 setContextTypeRegistry(TemplateEditorUI.getDefault().getContextTypeRegistry()); in TemplatesPreferencePage()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/templates/preferences/
H A DTemplatesPreferencePage.java27 setContextTypeRegistry(WebUI.getDefault().getContextTypeRegistry()); in TemplatesPreferencePage()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/
H A DSmartyCompletionProcessor.java31 return WebUI.getDefault().getContextTypeRegistry().getContextType( in getContextType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/
H A DXMLCompletionProcessor.java104 …return TemplateEditorUI.getDefault().getContextTypeRegistry().getContextType(XMLContextType.XML_CO… in getContextType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/
H A DAbstractTemplatesPage.java362 return getContextTypeRegistry().getContextType( in getParent()
393 …for (Iterator<TemplateContextType> iterator= getContextTypeRegistry().contextTypes(); iterator.has… in getElements()
570 …og= new EditTemplateDialog(getShell(), template, edit, isNameModifiable, getContextTypeRegistry()); in editTemplate()
643 abstract protected ContextTypeRegistry getContextTypeRegistry(); in getContextTypeRegistry() method in AbstractTemplatesPage
1231 return getContextTypeRegistry().contextTypes().next().getId(); in getContextTypeId()
1246 return getContextTypeRegistry().contextTypes().next() in getContextTypeId()
H A DTemplatePreferencePage.java799 public ContextTypeRegistry getContextTypeRegistry() { in getContextTypeRegistry() method in TemplatePreferencePage
990 Iterator<TemplateContextType> iter= getContextTypeRegistry().contextTypes(); in computeMinimumContextColumnWidth()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/templates/template/
H A DBasicCompletionProcessor.java98 return WebUI.getDefault().getContextTypeRegistry().getContextType( in getContextType()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/preferences/
H A DJavaTemplatePreferencePage.java87 isNameModifiable, getContextTypeRegistry()); in createTemplateEditDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DJavaTemplatePreferencePage.java113 …erences.EditTemplateDialog(getShell(), template, edit, isNameModifiable, getContextTypeRegistry()); in editTemplate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/
H A DAntEditorCompletionProcessor.java1721 …return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TargetContextType.TA… in getContextType()
1723 …return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TaskContextType.TASK… in getContextType()
1725 …return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(BuildFileContextType… in getContextType()