Uses of Class
org.granite.builder.properties.Gas3Template

Packages that use Gas3Template
org.granite.builder.properties   
org.granite.builder.ui   
 

Uses of Gas3Template in org.granite.builder.properties
 

Methods in org.granite.builder.properties that return Gas3Template
 Gas3Template Gas3.getTemplate(JavaType.Kind kind)
           
 

Methods in org.granite.builder.properties that return types with arguments of type Gas3Template
 java.util.Set<Gas3Template> Gas3.getTemplates()
           
 

Method parameters in org.granite.builder.properties with type arguments of type Gas3Template
 void Gas3.setTemplates(java.util.Set<Gas3Template> templates)
           
 

Uses of Gas3Template in org.granite.builder.ui
 

Methods in org.granite.builder.ui that return types with arguments of type Gas3Template
 java.util.Set<Gas3Template> TemplatesPanel.getTemplates()