org.eclipse.xtext.ui.codetemplates.ui.preferences
Class EditTemplateDialogFactory

java.lang.Object
  extended by org.eclipse.xtext.ui.codetemplates.ui.preferences.EditTemplateDialogFactory

public class EditTemplateDialogFactory
extends java.lang.Object

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
EditTemplateDialogFactory()
           
 
Method Summary
 IEditTemplateDialog createDialog(org.eclipse.jface.text.templates.Template template, boolean edit, boolean isNameModifiable, org.eclipse.swt.widgets.Shell shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditTemplateDialogFactory

public EditTemplateDialogFactory()
Method Detail

createDialog

public IEditTemplateDialog createDialog(org.eclipse.jface.text.templates.Template template,
                                        boolean edit,
                                        boolean isNameModifiable,
                                        org.eclipse.swt.widgets.Shell shell)