JAL-1807 still testing
[jalviewjs.git] / bin / jalview / viewmodel / annotationfilter / AnnotationFilterParameter.js
index 5fd34a4..7daaad4 100644 (file)
@@ -1,83 +1,83 @@
-Clazz.declarePackage ("jalview.viewmodel.annotationfilter");
-Clazz.load (["java.lang.Enum", "java.util.ArrayList"], "jalview.viewmodel.annotationfilter.AnnotationFilterParameter", null, function () {
-c$ = Clazz.decorateAsClass (function () {
-this.thresholdType = null;
-this.thresholdValue = 0;
-this.filterAlphaHelix = false;
-this.filterBetaSheet = false;
-this.filterTurn = false;
-this.regexString = null;
-this.regexSearchFields = null;
-Clazz.instantialize (this, arguments);
-}, jalview.viewmodel.annotationfilter, "AnnotationFilterParameter");
-Clazz.prepareFields (c$, function () {
-this.regexSearchFields =  new java.util.ArrayList ();
-});
-Clazz.defineMethod (c$, "getThresholdType", 
-function () {
-return this.thresholdType;
-});
-Clazz.defineMethod (c$, "setThresholdType", 
-function (thresholdType) {
-this.thresholdType = thresholdType;
-}, "jalview.viewmodel.annotationfilter.AnnotationFilterParameter.ThresholdType");
-Clazz.defineMethod (c$, "getThresholdValue", 
-function () {
-return this.thresholdValue;
-});
-Clazz.defineMethod (c$, "setThresholdValue", 
-function (thresholdValue) {
-this.thresholdValue = thresholdValue;
-}, "~N");
-Clazz.defineMethod (c$, "getRegexString", 
-function () {
-return this.regexString;
-});
-Clazz.defineMethod (c$, "setRegexString", 
-function (regexString) {
-this.regexString = regexString;
-}, "~S");
-Clazz.defineMethod (c$, "getRegexSearchFields", 
-function () {
-return this.regexSearchFields;
-});
-Clazz.defineMethod (c$, "addRegexSearchField", 
-function (regexSearchField) {
-this.regexSearchFields.add (regexSearchField);
-}, "jalview.viewmodel.annotationfilter.AnnotationFilterParameter.SearchableAnnotationField");
-Clazz.defineMethod (c$, "isFilterAlphaHelix", 
-function () {
-return this.filterAlphaHelix;
-});
-Clazz.defineMethod (c$, "setFilterAlphaHelix", 
-function (alphaHelix) {
-this.filterAlphaHelix = alphaHelix;
-}, "~B");
-Clazz.defineMethod (c$, "isFilterBetaSheet", 
-function () {
-return this.filterBetaSheet;
-});
-Clazz.defineMethod (c$, "setFilterBetaSheet", 
-function (betaSheet) {
-this.filterBetaSheet = betaSheet;
-}, "~B");
-Clazz.defineMethod (c$, "isFilterTurn", 
-function () {
-return this.filterTurn;
-});
-Clazz.defineMethod (c$, "setFilterTurn", 
-function (turn) {
-this.filterTurn = turn;
-}, "~B");
-Clazz.pu$h ();
-c$ = Clazz.declareType (jalview.viewmodel.annotationfilter.AnnotationFilterParameter, "ThresholdType", Enum);
-Clazz.defineEnumConstant (c$, "NO_THRESHOLD", 0, []);
-Clazz.defineEnumConstant (c$, "BELOW_THRESHOLD", 1, []);
-Clazz.defineEnumConstant (c$, "ABOVE_THRESHOLD", 2, []);
-c$ = Clazz.p0p ();
-Clazz.pu$h ();
-c$ = Clazz.declareType (jalview.viewmodel.annotationfilter.AnnotationFilterParameter, "SearchableAnnotationField", Enum);
-Clazz.defineEnumConstant (c$, "DISPLAY_STRING", 0, []);
-Clazz.defineEnumConstant (c$, "DESCRIPTION", 1, []);
-c$ = Clazz.p0p ();
-});
+Clazz.declarePackage ("jalview.viewmodel.annotationfilter");\r
+Clazz.load (["java.lang.Enum", "java.util.ArrayList"], "jalview.viewmodel.annotationfilter.AnnotationFilterParameter", null, function () {\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.thresholdType = null;\r
+this.thresholdValue = 0;\r
+this.filterAlphaHelix = false;\r
+this.filterBetaSheet = false;\r
+this.filterTurn = false;\r
+this.regexString = null;\r
+this.regexSearchFields = null;\r
+Clazz.instantialize (this, arguments);\r
+}, jalview.viewmodel.annotationfilter, "AnnotationFilterParameter");\r
+Clazz.prepareFields (c$, function () {\r
+this.regexSearchFields =  new java.util.ArrayList ();\r
+});\r
+Clazz.defineMethod (c$, "getThresholdType", \r
+function () {\r
+return this.thresholdType;\r
+});\r
+Clazz.defineMethod (c$, "setThresholdType", \r
+function (thresholdType) {\r
+this.thresholdType = thresholdType;\r
+}, "jalview.viewmodel.annotationfilter.AnnotationFilterParameter.ThresholdType");\r
+Clazz.defineMethod (c$, "getThresholdValue", \r
+function () {\r
+return this.thresholdValue;\r
+});\r
+Clazz.defineMethod (c$, "setThresholdValue", \r
+function (thresholdValue) {\r
+this.thresholdValue = thresholdValue;\r
+}, "~N");\r
+Clazz.defineMethod (c$, "getRegexString", \r
+function () {\r
+return this.regexString;\r
+});\r
+Clazz.defineMethod (c$, "setRegexString", \r
+function (regexString) {\r
+this.regexString = regexString;\r
+}, "~S");\r
+Clazz.defineMethod (c$, "getRegexSearchFields", \r
+function () {\r
+return this.regexSearchFields;\r
+});\r
+Clazz.defineMethod (c$, "addRegexSearchField", \r
+function (regexSearchField) {\r
+this.regexSearchFields.add (regexSearchField);\r
+}, "jalview.viewmodel.annotationfilter.AnnotationFilterParameter.SearchableAnnotationField");\r
+Clazz.defineMethod (c$, "isFilterAlphaHelix", \r
+function () {\r
+return this.filterAlphaHelix;\r
+});\r
+Clazz.defineMethod (c$, "setFilterAlphaHelix", \r
+function (alphaHelix) {\r
+this.filterAlphaHelix = alphaHelix;\r
+}, "~B");\r
+Clazz.defineMethod (c$, "isFilterBetaSheet", \r
+function () {\r
+return this.filterBetaSheet;\r
+});\r
+Clazz.defineMethod (c$, "setFilterBetaSheet", \r
+function (betaSheet) {\r
+this.filterBetaSheet = betaSheet;\r
+}, "~B");\r
+Clazz.defineMethod (c$, "isFilterTurn", \r
+function () {\r
+return this.filterTurn;\r
+});\r
+Clazz.defineMethod (c$, "setFilterTurn", \r
+function (turn) {\r
+this.filterTurn = turn;\r
+}, "~B");\r
+Clazz.pu$h ();\r
+c$ = Clazz.declareType (jalview.viewmodel.annotationfilter.AnnotationFilterParameter, "ThresholdType", Enum);\r
+Clazz.defineEnumConstant (c$, "NO_THRESHOLD", 0, []);\r
+Clazz.defineEnumConstant (c$, "BELOW_THRESHOLD", 1, []);\r
+Clazz.defineEnumConstant (c$, "ABOVE_THRESHOLD", 2, []);\r
+c$ = Clazz.p0p ();\r
+Clazz.pu$h ();\r
+c$ = Clazz.declareType (jalview.viewmodel.annotationfilter.AnnotationFilterParameter, "SearchableAnnotationField", Enum);\r
+Clazz.defineEnumConstant (c$, "DISPLAY_STRING", 0, []);\r
+Clazz.defineEnumConstant (c$, "DESCRIPTION", 1, []);\r
+c$ = Clazz.p0p ();\r
+});\r