Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / event / TableColumnModelEvent.js
index 40b44fe..775a9a0 100644 (file)
@@ -1,22 +1,22 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.util.EventObject"], "javax.swing.event.TableColumnModelEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.fromIndex = 0;\r
-this.toIndex = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "TableColumnModelEvent", java.util.EventObject);\r
-Clazz.makeConstructor (c$, \r
-function (source, from, to) {\r
-Clazz.superConstructor (this, javax.swing.event.TableColumnModelEvent, [source]);\r
-this.fromIndex = from;\r
-this.toIndex = to;\r
-}, "javax.swing.table.TableColumnModel,~N,~N");\r
-Clazz.defineMethod (c$, "getFromIndex", \r
-function () {\r
-return this.fromIndex;\r
-});\r
-Clazz.defineMethod (c$, "getToIndex", \r
-function () {\r
-return this.toIndex;\r
-});\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.util.EventObject"], "javax.swing.event.TableColumnModelEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.fromIndex = 0;
+this.toIndex = 0;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "TableColumnModelEvent", java.util.EventObject);
+Clazz.makeConstructor (c$, 
+function (source, from, to) {
+Clazz.superConstructor (this, javax.swing.event.TableColumnModelEvent, [source]);
+this.fromIndex = from;
+this.toIndex = to;
+}, "javax.swing.table.TableColumnModel,~N,~N");
+Clazz.defineMethod (c$, "getFromIndex", 
+function () {
+return this.fromIndex;
+});
+Clazz.defineMethod (c$, "getToIndex", 
+function () {
+return this.toIndex;
+});
+});