Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / event / ListDataEvent.js
index 44ac743..67e1857 100644 (file)
@@ -1,36 +1,36 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.util.EventObject"], "javax.swing.event.ListDataEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.type = 0;\r
-this.index0 = 0;\r
-this.index1 = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "ListDataEvent", java.util.EventObject);\r
-Clazz.defineMethod (c$, "getType", \r
-function () {\r
-return this.type;\r
-});\r
-Clazz.defineMethod (c$, "getIndex0", \r
-function () {\r
-return this.index0;\r
-});\r
-Clazz.defineMethod (c$, "getIndex1", \r
-function () {\r
-return this.index1;\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (source, type, index0, index1) {\r
-Clazz.superConstructor (this, javax.swing.event.ListDataEvent, [source]);\r
-this.type = type;\r
-this.index0 = Math.min (index0, index1);\r
-this.index1 = Math.max (index0, index1);\r
-}, "~O,~N,~N,~N");\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return this.getClass ().getName () + "[type=" + this.type + ",index0=" + this.index0 + ",index1=" + this.index1 + "]";\r
-});\r
-Clazz.defineStatics (c$,\r
-"CONTENTS_CHANGED", 0,\r
-"INTERVAL_ADDED", 1,\r
-"INTERVAL_REMOVED", 2);\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.util.EventObject"], "javax.swing.event.ListDataEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.type = 0;
+this.index0 = 0;
+this.index1 = 0;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "ListDataEvent", java.util.EventObject);
+Clazz.defineMethod (c$, "getType", 
+function () {
+return this.type;
+});
+Clazz.defineMethod (c$, "getIndex0", 
+function () {
+return this.index0;
+});
+Clazz.defineMethod (c$, "getIndex1", 
+function () {
+return this.index1;
+});
+Clazz.makeConstructor (c$, 
+function (source, type, index0, index1) {
+Clazz.superConstructor (this, javax.swing.event.ListDataEvent, [source]);
+this.type = type;
+this.index0 = Math.min (index0, index1);
+this.index1 = Math.max (index0, index1);
+}, "~O,~N,~N,~N");
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return this.getClass ().getName () + "[type=" + this.type + ",index0=" + this.index0 + ",index1=" + this.index1 + "]";
+});
+Clazz.defineStatics (c$,
+"CONTENTS_CHANGED", 0,
+"INTERVAL_ADDED", 1,
+"INTERVAL_REMOVED", 2);
+});