Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / javax / swing / event / SwingPropertyChangeSupport.js
index 2fb047e..3af45ad 100644 (file)
@@ -1,38 +1,38 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.beans.PropertyChangeSupport"], "javax.swing.event.SwingPropertyChangeSupport", ["java.lang.NullPointerException", "javax.swing.SwingUtilities"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.notifyOnEDT = false;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "SwingPropertyChangeSupport", java.beans.PropertyChangeSupport);\r
-Clazz.makeConstructor (c$, \r
-function (sourceBean) {\r
-this.construct (sourceBean, false);\r
-}, "~O");\r
-Clazz.makeConstructor (c$, \r
-function (sourceBean, notifyOnEDT) {\r
-Clazz.superConstructor (this, javax.swing.event.SwingPropertyChangeSupport, [sourceBean]);\r
-this.notifyOnEDT = notifyOnEDT;\r
-}, "~O,~B");\r
-Clazz.defineMethod (c$, "firePropertyChangeEvt", \r
-function (evt) {\r
-if (evt == null) {\r
-throw  new NullPointerException ();\r
-}if (!this.isNotifyOnEDT () || javax.swing.SwingUtilities.isEventDispatchThread ()) {\r
-Clazz.superCall (this, javax.swing.event.SwingPropertyChangeSupport, "firePropertyChangeEvt", [evt]);\r
-} else {\r
-javax.swing.SwingUtilities.invokeLater (((Clazz.isClassDefined ("javax.swing.event.SwingPropertyChangeSupport$1") ? 0 : javax.swing.event.SwingPropertyChangeSupport.$SwingPropertyChangeSupport$1$ ()), Clazz.innerTypeInstance (javax.swing.event.SwingPropertyChangeSupport$1, this, Clazz.cloneFinals ("evt", evt))));\r
-}}, "java.beans.PropertyChangeEvent");\r
-Clazz.defineMethod (c$, "isNotifyOnEDT", \r
-function () {\r
-return this.notifyOnEDT;\r
-});\r
-c$.$SwingPropertyChangeSupport$1$ = function () {\r
-Clazz.pu$h(self.c$);\r
-c$ = Clazz.declareAnonymous (javax.swing.event, "SwingPropertyChangeSupport$1", null, Runnable);\r
-Clazz.overrideMethod (c$, "run", \r
-function () {\r
-this.b$["javax.swing.event.SwingPropertyChangeSupport"].firePropertyChangeEvt (this.f$.evt);\r
-});\r
-c$ = Clazz.p0p ();\r
-};\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.beans.PropertyChangeSupport"], "javax.swing.event.SwingPropertyChangeSupport", ["java.lang.NullPointerException", "javax.swing.SwingUtilities"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.notifyOnEDT = false;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "SwingPropertyChangeSupport", java.beans.PropertyChangeSupport);
+Clazz.makeConstructor (c$, 
+function (sourceBean) {
+this.construct (sourceBean, false);
+}, "~O");
+Clazz.makeConstructor (c$, 
+function (sourceBean, notifyOnEDT) {
+Clazz.superConstructor (this, javax.swing.event.SwingPropertyChangeSupport, [sourceBean]);
+this.notifyOnEDT = notifyOnEDT;
+}, "~O,~B");
+Clazz.defineMethod (c$, "firePropertyChangeEvt", 
+function (evt) {
+if (evt == null) {
+throw  new NullPointerException ();
+}if (!this.isNotifyOnEDT () || javax.swing.SwingUtilities.isEventDispatchThread ()) {
+Clazz.superCall (this, javax.swing.event.SwingPropertyChangeSupport, "firePropertyChangeEvt", [evt]);
+} else {
+javax.swing.SwingUtilities.invokeLater (((Clazz.isClassDefined ("javax.swing.event.SwingPropertyChangeSupport$1") ? 0 : javax.swing.event.SwingPropertyChangeSupport.$SwingPropertyChangeSupport$1$ ()), Clazz.innerTypeInstance (javax.swing.event.SwingPropertyChangeSupport$1, this, Clazz.cloneFinals ("evt", evt))));
+}}, "java.beans.PropertyChangeEvent");
+Clazz.defineMethod (c$, "isNotifyOnEDT", 
+function () {
+return this.notifyOnEDT;
+});
+c$.$SwingPropertyChangeSupport$1$ = function () {
+Clazz.pu$h(self.c$);
+c$ = Clazz.declareAnonymous (javax.swing.event, "SwingPropertyChangeSupport$1", null, Runnable);
+Clazz.overrideMethod (c$, "run", 
+function () {
+this.b$["javax.swing.event.SwingPropertyChangeSupport"].firePropertyChangeEvt (this.f$.evt);
+});
+c$ = Clazz.p0p ();
+};
+});