1 11 package org.eclipse.pde.internal.ui.templates.ide; 12 13 import org.eclipse.pde.internal.ui.templates.PDETemplateSection; 14 15 public abstract class BaseEditorTemplate extends PDETemplateSection { 16 17 public String getUsedExtensionPoint() { 18 return "org.eclipse.ui.editors"; } 20 21 24 public String [] getNewFiles() { 25 return new String [] {"icons/"}; } 27 } 28 | Popular Tags |