org.eclipse.etrice.generator.launch.c
Class CGeneratorMainTab

java.lang.Object
  extended by AbstractLaunchConfigurationTab
      extended by org.eclipse.etrice.generator.launch.GeneratorMainTab
          extended by org.eclipse.etrice.generator.launch.c.CGeneratorMainTab

public class CGeneratorMainTab
extends GeneratorMainTab

Author:
Henrik Rentz-Reichert

Constructor Summary
CGeneratorMainTab()
           
 
Method Summary
protected  boolean isValidModelFile(org.eclipse.core.resources.IResource resource)
           
 
Methods inherited from class org.eclipse.etrice.generator.launch.GeneratorMainTab
createControl, getName, initializeFrom, performApply, setDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGeneratorMainTab

public CGeneratorMainTab()
Method Detail

isValidModelFile

protected boolean isValidModelFile(org.eclipse.core.resources.IResource resource)
Specified by:
isValidModelFile in class GeneratorMainTab