Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / javax / swing / event / ListSelectionEvent.js
index a4ddb80..cfd53b0 100644 (file)
@@ -1,33 +1,33 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.util.EventObject"], "javax.swing.event.ListSelectionEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.firstIndex = 0;\r
-this.lastIndex = 0;\r
-this.isAdjusting = false;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "ListSelectionEvent", java.util.EventObject);\r
-Clazz.makeConstructor (c$, \r
-function (source, firstIndex, lastIndex, isAdjusting) {\r
-Clazz.superConstructor (this, javax.swing.event.ListSelectionEvent, [source]);\r
-this.firstIndex = firstIndex;\r
-this.lastIndex = lastIndex;\r
-this.isAdjusting = isAdjusting;\r
-}, "~O,~N,~N,~B");\r
-Clazz.defineMethod (c$, "getFirstIndex", \r
-function () {\r
-return this.firstIndex;\r
-});\r
-Clazz.defineMethod (c$, "getLastIndex", \r
-function () {\r
-return this.lastIndex;\r
-});\r
-Clazz.defineMethod (c$, "getValueIsAdjusting", \r
-function () {\r
-return this.isAdjusting;\r
-});\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-var properties = " source=" + this.getSource () + " firstIndex= " + this.firstIndex + " lastIndex= " + this.lastIndex + " isAdjusting= " + this.isAdjusting + " ";\r
-return this.getClass ().getName () + "[" + properties + "]";\r
-});\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.util.EventObject"], "javax.swing.event.ListSelectionEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.firstIndex = 0;
+this.lastIndex = 0;
+this.isAdjusting = false;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "ListSelectionEvent", java.util.EventObject);
+Clazz.makeConstructor (c$, 
+function (source, firstIndex, lastIndex, isAdjusting) {
+Clazz.superConstructor (this, javax.swing.event.ListSelectionEvent, [source]);
+this.firstIndex = firstIndex;
+this.lastIndex = lastIndex;
+this.isAdjusting = isAdjusting;
+}, "~O,~N,~N,~B");
+Clazz.defineMethod (c$, "getFirstIndex", 
+function () {
+return this.firstIndex;
+});
+Clazz.defineMethod (c$, "getLastIndex", 
+function () {
+return this.lastIndex;
+});
+Clazz.defineMethod (c$, "getValueIsAdjusting", 
+function () {
+return this.isAdjusting;
+});
+Clazz.overrideMethod (c$, "toString", 
+function () {
+var properties = " source=" + this.getSource () + " firstIndex= " + this.firstIndex + " lastIndex= " + this.lastIndex + " isAdjusting= " + this.isAdjusting + " ";
+return this.getClass ().getName () + "[" + properties + "]";
+});
+});