org.eclipse.xtext.ui.generator
Class BasicUiGeneratorFragment

java.lang.Object
  extended by org.eclipse.xtext.generator.DefaultGeneratorFragment
      extended by org.eclipse.xtext.ui.generator.BasicUiGeneratorFragment
All Implemented Interfaces:
IGeneratorFragment

Deprecated.

@Deprecated
public class BasicUiGeneratorFragment
extends DefaultGeneratorFragment


Constructor Summary
BasicUiGeneratorFragment()
          Deprecated.  
 
Method Summary
 void checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues issues)
          Deprecated. Called by the container after configuration so the component can validate the configuration before invocation.
 void setFileExtensions(java.lang.String text)
          Deprecated.  
 
Methods inherited from class org.eclipse.xtext.generator.DefaultGeneratorFragment
addToPluginXmlRt, addToPluginXmlUi, addToStandaloneSetup, generate, getExportedPackagesRt, getExportedPackagesUi, getGuiceBindingsRt, getGuiceBindingsUi, getImportedPackagesRt, getImportedPackagesUi, getRequiredBundlesRt, getRequiredBundlesUi
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicUiGeneratorFragment

public BasicUiGeneratorFragment()
Deprecated. 
Method Detail

setFileExtensions

public void setFileExtensions(java.lang.String text)
Deprecated. 

checkConfiguration

public void checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues issues)
Deprecated. 
Description copied from interface: IGeneratorFragment
Called by the container after configuration so the component can validate the configuration before invocation.

Specified by:
checkConfiguration in interface IGeneratorFragment
Overrides:
checkConfiguration in class DefaultGeneratorFragment
Parameters:
issues - implementors should report configuration issues to this.