Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / awt / SentEvent.js
index 0eb80e9..a975fc4 100644 (file)
@@ -1,46 +1,46 @@
-Clazz.declarePackage ("java.awt");\r
-Clazz.load (["java.awt.AWTEvent", "$.ActiveEvent"], "java.awt.SentEvent", ["java.awt.Toolkit", "jssun.awt.SunToolkit"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.$dispatched = false;\r
-this.nested = null;\r
-this.toNotify = null;\r
-Clazz.instantialize (this, arguments);\r
-}, java.awt, "SentEvent", java.awt.AWTEvent, java.awt.ActiveEvent);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-this.construct (null);\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (nested) {\r
-this.construct (nested, null);\r
-}, "java.awt.AWTEvent");\r
-Clazz.makeConstructor (c$, \r
-function (nested, toNotify) {\r
-Clazz.superConstructor (this, java.awt.SentEvent, [(nested != null) ? nested.getSource () : java.awt.Toolkit.getDefaultToolkit (), 1007]);\r
-this.nested = nested;\r
-this.toNotify = toNotify;\r
-}, "java.awt.AWTEvent,jssun.awt.AppContext");\r
-Clazz.overrideMethod (c$, "dispatch", \r
-function () {\r
-try {\r
-if (this.nested != null) {\r
-java.awt.Toolkit.getEventQueue ().dispatchEvent (this.nested);\r
-}} finally {\r
-this.$dispatched = true;\r
-if (this.toNotify != null) {\r
-jssun.awt.SunToolkit.postEvent (this.toNotify,  new java.awt.SentEvent ());\r
-}{\r
-this.notifyAll ();\r
-}}\r
-});\r
-Clazz.defineMethod (c$, "dispose", \r
-function () {\r
-this.$dispatched = true;\r
-if (this.toNotify != null) {\r
-jssun.awt.SunToolkit.postEvent (this.toNotify,  new java.awt.SentEvent ());\r
-}{\r
-this.notifyAll ();\r
-}});\r
-Clazz.defineStatics (c$,\r
-"ID", 1007);\r
-});\r
+Clazz.declarePackage ("java.awt");
+Clazz.load (["java.awt.AWTEvent", "$.ActiveEvent"], "java.awt.SentEvent", ["java.awt.Toolkit", "jssun.awt.SunToolkit"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.$dispatched = false;
+this.nested = null;
+this.toNotify = null;
+Clazz.instantialize (this, arguments);
+}, java.awt, "SentEvent", java.awt.AWTEvent, java.awt.ActiveEvent);
+Clazz.makeConstructor (c$, 
+function () {
+this.construct (null);
+});
+Clazz.makeConstructor (c$, 
+function (nested) {
+this.construct (nested, null);
+}, "java.awt.AWTEvent");
+Clazz.makeConstructor (c$, 
+function (nested, toNotify) {
+Clazz.superConstructor (this, java.awt.SentEvent, [(nested != null) ? nested.getSource () : java.awt.Toolkit.getDefaultToolkit (), 1007]);
+this.nested = nested;
+this.toNotify = toNotify;
+}, "java.awt.AWTEvent,jssun.awt.AppContext");
+Clazz.overrideMethod (c$, "dispatch", 
+function () {
+try {
+if (this.nested != null) {
+java.awt.Toolkit.getEventQueue ().dispatchEvent (this.nested);
+}} finally {
+this.$dispatched = true;
+if (this.toNotify != null) {
+jssun.awt.SunToolkit.postEvent (this.toNotify,  new java.awt.SentEvent ());
+}{
+this.notifyAll ();
+}}
+});
+Clazz.defineMethod (c$, "dispose", 
+function () {
+this.$dispatched = true;
+if (this.toNotify != null) {
+jssun.awt.SunToolkit.postEvent (this.toNotify,  new java.awt.SentEvent ());
+}{
+this.notifyAll ();
+}});
+Clazz.defineStatics (c$,
+"ID", 1007);
+});