Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jssun / applet / AppletEvent.js
index 28424a2..37ec006 100644 (file)
@@ -1,30 +1,30 @@
-Clazz.declarePackage ("jssun.applet");\r
-Clazz.load (["java.util.EventObject"], "jssun.applet.AppletEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.arg = null;\r
-this.id = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, jssun.applet, "AppletEvent", java.util.EventObject);\r
-Clazz.makeConstructor (c$, \r
-function (source, id, argument) {\r
-Clazz.superConstructor (this, jssun.applet.AppletEvent, [source]);\r
-this.arg = argument;\r
-this.id = id;\r
-}, "~O,~N,~O");\r
-Clazz.defineMethod (c$, "getID", \r
-function () {\r
-return this.id;\r
-});\r
-Clazz.defineMethod (c$, "getArgument", \r
-function () {\r
-return this.arg;\r
-});\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-var str = this.getClass ().getName () + "[source=" + this.source + " + id=" + this.id;\r
-if (this.arg != null) {\r
-str += " + arg=" + this.arg;\r
-}str += " ]";\r
-return str;\r
-});\r
-});\r
+Clazz.declarePackage ("jssun.applet");
+Clazz.load (["java.util.EventObject"], "jssun.applet.AppletEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.arg = null;
+this.id = 0;
+Clazz.instantialize (this, arguments);
+}, jssun.applet, "AppletEvent", java.util.EventObject);
+Clazz.makeConstructor (c$, 
+function (source, id, argument) {
+Clazz.superConstructor (this, jssun.applet.AppletEvent, [source]);
+this.arg = argument;
+this.id = id;
+}, "~O,~N,~O");
+Clazz.defineMethod (c$, "getID", 
+function () {
+return this.id;
+});
+Clazz.defineMethod (c$, "getArgument", 
+function () {
+return this.arg;
+});
+Clazz.overrideMethod (c$, "toString", 
+function () {
+var str = this.getClass ().getName () + "[source=" + this.source + " + id=" + this.id;
+if (this.arg != null) {
+str += " + arg=" + this.arg;
+}str += " ]";
+return str;
+});
+});