Uses of Interface
org.eclipse.tigerstripe.workbench.plugins.IGlobalRule

Packages that use IGlobalRule
org.eclipse.tigerstripe.workbench.project This package contains interfaces tigerstripe projects and other objects associated with navigating and generating projects. 
 

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

Methods in org.eclipse.tigerstripe.workbench.project with type parameters of type IGlobalRule
<T extends IGlobalRule>
java.lang.Class<T>[]
ITigerstripeGeneratorProject.getSupportedGlobalRules()
           
 

Methods in org.eclipse.tigerstripe.workbench.project that return IGlobalRule
 IGlobalRule[] ITigerstripeGeneratorProject.getGlobalRules()
           
 

Methods in org.eclipse.tigerstripe.workbench.project with parameters of type IGlobalRule
 void ITigerstripeGeneratorProject.addGlobalRule(IGlobalRule rule)
           
 void ITigerstripeGeneratorProject.addGlobalRules(IGlobalRule[] rules)