core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/api/sdk/ui/SBSv1PlatformFilterComposite.java
changeset 266 c7ecdd0b9f52
parent 0 fb279309251b
child 1362 a5748c5d7b31
--- a/core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/api/sdk/ui/SBSv1PlatformFilterComposite.java	Wed Jun 17 16:41:46 2009 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/api/sdk/ui/SBSv1PlatformFilterComposite.java	Thu Jun 18 12:28:11 2009 -0500
@@ -191,6 +191,20 @@
 		getPlatFilterPrefsStore();
 	}
 	
+	public void setDefaults(){
+		enableBSFScanner.setSelection(false);
+		platEKA2_WINSCW.setSelection(true);
+		platEKA2_GCCE.setSelection(true);
+		platEKA2_ARMV5.setSelection(true);
+		platEKA2_ARMV5_ABIV2.setSelection(false);
+		platEKA2_ARMV5_ABIV1.setSelection(false);
+		
+		platEKA1_WINSCW.setSelection(true);
+		platEKA1_THUMB.setSelection(true);
+		platEKA1_ARMI.setSelection(true);
+		platEKA1_ARM4.setSelection(true);
+	}
+	
 	private void writePlatFilterOptionSetting(String platFilterIdName, boolean value){
 		IPreferenceStore prefsStore = SDKUIPlugin.getDefault().getPreferenceStore();