core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/sdk/ui/shared/BuildTargetsPage.java
changeset 356 c9e7d55745c8
parent 0 fb279309251b
child 610 bfb3ab3f70f2
child 1267 f47181a17fe4
equal deleted inserted replaced
355:26cc9825bb33 356:c9e7d55745c8
   238 	
   238 	
   239 	/**
   239 	/**
   240 	 * If using the template filter checkbox, this allows you to set the
   240 	 * If using the template filter checkbox, this allows you to set the
   241 	 * template to filter on.
   241 	 * template to filter on.
   242 	 * @param template the template to filter on
   242 	 * @param template the template to filter on
       
   243 	 * @since 1.4
   243 	 */
   244 	 */
   244 	public void setSelectedTemplate(ITemplate template) {
   245 	public void setSelectedTemplate(ITemplate template) {
   245 		this.templateFilter.setTemplate(template);
   246 		this.templateFilter.setTemplate(template);
   246 		
   247 		
   247 		// need to init again if they select another template
   248 		// need to init again if they select another template