Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / javax / swing / event / RowSorterEvent.js
index ec2f615..dca1f4c 100644 (file)
@@ -1,43 +1,43 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.lang.Enum", "java.util.EventObject"], "javax.swing.event.RowSorterEvent", ["java.lang.IllegalArgumentException"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.type = null;\r
-this.oldViewToModel = null;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "RowSorterEvent", java.util.EventObject);\r
-Clazz.makeConstructor (c$, \r
-function (source) {\r
-this.construct (source, javax.swing.event.RowSorterEvent.Type.SORT_ORDER_CHANGED, null);\r
-}, "javax.swing.RowSorter");\r
-Clazz.makeConstructor (c$, \r
-function (source, type, previousRowIndexToModel) {\r
-Clazz.superConstructor (this, javax.swing.event.RowSorterEvent, [source]);\r
-if (type == null) {\r
-throw  new IllegalArgumentException ("type must be non-null");\r
-}this.type = type;\r
-this.oldViewToModel = previousRowIndexToModel;\r
-}, "javax.swing.RowSorter,javax.swing.event.RowSorterEvent.Type,~A");\r
-Clazz.defineMethod (c$, "getSource", \r
-function () {\r
-return Clazz.superCall (this, javax.swing.event.RowSorterEvent, "getSource", []);\r
-});\r
-Clazz.defineMethod (c$, "getType", \r
-function () {\r
-return this.type;\r
-});\r
-Clazz.defineMethod (c$, "convertPreviousRowIndexToModel", \r
-function (index) {\r
-if (this.oldViewToModel != null && index >= 0 && index < this.oldViewToModel.length) {\r
-return this.oldViewToModel[index];\r
-}return -1;\r
-}, "~N");\r
-Clazz.defineMethod (c$, "getPreviousRowCount", \r
-function () {\r
-return (this.oldViewToModel == null) ? 0 : this.oldViewToModel.length;\r
-});\r
-Clazz.pu$h(self.c$);\r
-c$ = Clazz.declareType (javax.swing.event.RowSorterEvent, "Type", Enum);\r
-Clazz.defineEnumConstant (c$, "SORT_ORDER_CHANGED", 0, []);\r
-Clazz.defineEnumConstant (c$, "SORTED", 1, []);\r
-c$ = Clazz.p0p ();\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.lang.Enum", "java.util.EventObject"], "javax.swing.event.RowSorterEvent", ["java.lang.IllegalArgumentException"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.type = null;
+this.oldViewToModel = null;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "RowSorterEvent", java.util.EventObject);
+Clazz.makeConstructor (c$, 
+function (source) {
+this.construct (source, javax.swing.event.RowSorterEvent.Type.SORT_ORDER_CHANGED, null);
+}, "javax.swing.RowSorter");
+Clazz.makeConstructor (c$, 
+function (source, type, previousRowIndexToModel) {
+Clazz.superConstructor (this, javax.swing.event.RowSorterEvent, [source]);
+if (type == null) {
+throw  new IllegalArgumentException ("type must be non-null");
+}this.type = type;
+this.oldViewToModel = previousRowIndexToModel;
+}, "javax.swing.RowSorter,javax.swing.event.RowSorterEvent.Type,~A");
+Clazz.defineMethod (c$, "getSource", 
+function () {
+return Clazz.superCall (this, javax.swing.event.RowSorterEvent, "getSource", []);
+});
+Clazz.defineMethod (c$, "getType", 
+function () {
+return this.type;
+});
+Clazz.defineMethod (c$, "convertPreviousRowIndexToModel", 
+function (index) {
+if (this.oldViewToModel != null && index >= 0 && index < this.oldViewToModel.length) {
+return this.oldViewToModel[index];
+}return -1;
+}, "~N");
+Clazz.defineMethod (c$, "getPreviousRowCount", 
+function () {
+return (this.oldViewToModel == null) ? 0 : this.oldViewToModel.length;
+});
+Clazz.pu$h(self.c$);
+c$ = Clazz.declareType (javax.swing.event.RowSorterEvent, "Type", Enum);
+Clazz.defineEnumConstant (c$, "SORT_ORDER_CHANGED", 0, []);
+Clazz.defineEnumConstant (c$, "SORTED", 1, []);
+c$ = Clazz.p0p ();
+});