Uses of Class
org.eclipse.tigerstripe.workbench.plugins.EPluggablePluginNature

Packages that use EPluggablePluginNature
org.eclipse.tigerstripe.workbench.plugins This package contains the interfaces to be implemented in relation with implementing TS templates, and more generally all interfaces as seen by the user when implementing a Tigerstripe plugin. 
org.eclipse.tigerstripe.workbench.project This package contains interfaces tigerstripe projects and other objects associated with navigating and generating projects. 
 

Uses of EPluggablePluginNature in org.eclipse.tigerstripe.workbench.plugins
 

Methods in org.eclipse.tigerstripe.workbench.plugins that return EPluggablePluginNature
static EPluggablePluginNature EPluggablePluginNature.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EPluggablePluginNature[] EPluggablePluginNature.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of EPluggablePluginNature in org.eclipse.tigerstripe.workbench.project
 

Methods in org.eclipse.tigerstripe.workbench.project that return EPluggablePluginNature
 EPluggablePluginNature ITigerstripeGeneratorProject.getPluginNature()
           
 EPluggablePluginNature IPluginConfig.getPluginNature()
           
 

Methods in org.eclipse.tigerstripe.workbench.project with parameters of type EPluggablePluginNature
 void ITigerstripeGeneratorProject.setPluginNature(EPluggablePluginNature nature)