org.eclipse.epsilon.eol.dt.editor
Class EolEditorPropertyTemplateContributor

java.lang.Object
  extended by org.eclipse.epsilon.eol.dt.editor.EolEditorPropertyTemplateContributor
All Implemented Interfaces:
IAbstractModuleEditorTemplateContributor, IModuleParseListener

public class EolEditorPropertyTemplateContributor
extends java.lang.Object
implements IAbstractModuleEditorTemplateContributor, IModuleParseListener


Constructor Summary
EolEditorPropertyTemplateContributor()
           
 
Method Summary
 java.util.List<org.eclipse.jface.text.templates.Template> getTemplates()
           
 void moduleParsed(AbstractModuleEditor editor, IModule module)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EolEditorPropertyTemplateContributor

public EolEditorPropertyTemplateContributor()
Method Detail

getTemplates

public java.util.List<org.eclipse.jface.text.templates.Template> getTemplates()
Specified by:
getTemplates in interface IAbstractModuleEditorTemplateContributor

moduleParsed

public void moduleParsed(AbstractModuleEditor editor,
                         IModule module)
Specified by:
moduleParsed in interface IModuleParseListener