Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / event / TableModelEvent.js
index e8e6245..ac92ff0 100644 (file)
@@ -1,56 +1,56 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.util.EventObject"], "javax.swing.event.TableModelEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.type = 0;\r
-this.firstRow = 0;\r
-this.lastRow = 0;\r
-this.column = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "TableModelEvent", java.util.EventObject);\r
-Clazz.makeConstructor (c$, \r
-function (source) {\r
-this.construct (source, 0, 2147483647, -1, 0);\r
-}, "javax.swing.table.TableModel");\r
-Clazz.makeConstructor (c$, \r
-function (source, row) {\r
-this.construct (source, row, row, -1, 0);\r
-}, "javax.swing.table.TableModel,~N");\r
-Clazz.makeConstructor (c$, \r
-function (source, firstRow, lastRow) {\r
-this.construct (source, firstRow, lastRow, -1, 0);\r
-}, "javax.swing.table.TableModel,~N,~N");\r
-Clazz.makeConstructor (c$, \r
-function (source, firstRow, lastRow, column) {\r
-this.construct (source, firstRow, lastRow, column, 0);\r
-}, "javax.swing.table.TableModel,~N,~N,~N");\r
-Clazz.makeConstructor (c$, \r
-function (source, firstRow, lastRow, column, type) {\r
-Clazz.superConstructor (this, javax.swing.event.TableModelEvent, [source]);\r
-this.firstRow = firstRow;\r
-this.lastRow = lastRow;\r
-this.column = column;\r
-this.type = type;\r
-}, "javax.swing.table.TableModel,~N,~N,~N,~N");\r
-Clazz.defineMethod (c$, "getFirstRow", \r
-function () {\r
-return this.firstRow;\r
-});\r
-Clazz.defineMethod (c$, "getLastRow", \r
-function () {\r
-return this.lastRow;\r
-});\r
-Clazz.defineMethod (c$, "getColumn", \r
-function () {\r
-return this.column;\r
-});\r
-Clazz.defineMethod (c$, "getType", \r
-function () {\r
-return this.type;\r
-});\r
-Clazz.defineStatics (c$,\r
-"INSERT", 1,\r
-"UPDATE", 0,\r
-"DELETE", -1,\r
-"HEADER_ROW", -1,\r
-"ALL_COLUMNS", -1);\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.util.EventObject"], "javax.swing.event.TableModelEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.type = 0;
+this.firstRow = 0;
+this.lastRow = 0;
+this.column = 0;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "TableModelEvent", java.util.EventObject);
+Clazz.makeConstructor (c$, 
+function (source) {
+this.construct (source, 0, 2147483647, -1, 0);
+}, "javax.swing.table.TableModel");
+Clazz.makeConstructor (c$, 
+function (source, row) {
+this.construct (source, row, row, -1, 0);
+}, "javax.swing.table.TableModel,~N");
+Clazz.makeConstructor (c$, 
+function (source, firstRow, lastRow) {
+this.construct (source, firstRow, lastRow, -1, 0);
+}, "javax.swing.table.TableModel,~N,~N");
+Clazz.makeConstructor (c$, 
+function (source, firstRow, lastRow, column) {
+this.construct (source, firstRow, lastRow, column, 0);
+}, "javax.swing.table.TableModel,~N,~N,~N");
+Clazz.makeConstructor (c$, 
+function (source, firstRow, lastRow, column, type) {
+Clazz.superConstructor (this, javax.swing.event.TableModelEvent, [source]);
+this.firstRow = firstRow;
+this.lastRow = lastRow;
+this.column = column;
+this.type = type;
+}, "javax.swing.table.TableModel,~N,~N,~N,~N");
+Clazz.defineMethod (c$, "getFirstRow", 
+function () {
+return this.firstRow;
+});
+Clazz.defineMethod (c$, "getLastRow", 
+function () {
+return this.lastRow;
+});
+Clazz.defineMethod (c$, "getColumn", 
+function () {
+return this.column;
+});
+Clazz.defineMethod (c$, "getType", 
+function () {
+return this.type;
+});
+Clazz.defineStatics (c$,
+"INSERT", 1,
+"UPDATE", 0,
+"DELETE", -1,
+"HEADER_ROW", -1,
+"ALL_COLUMNS", -1);
+});