Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / javax / swing / event / AncestorEvent.js
index 30e9bcd..39d5cf4 100644 (file)
@@ -1,30 +1,30 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.awt.AWTEvent"], "javax.swing.event.AncestorEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.ancestor = null;\r
-this.ancestorParent = null;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "AncestorEvent", java.awt.AWTEvent);\r
-Clazz.makeConstructor (c$, \r
-function (source, id, ancestor, ancestorParent) {\r
-Clazz.superConstructor (this, javax.swing.event.AncestorEvent, [source, id]);\r
-this.ancestor = ancestor;\r
-this.ancestorParent = ancestorParent;\r
-}, "javax.swing.JComponent,~N,java.awt.Container,java.awt.Container");\r
-Clazz.defineMethod (c$, "getAncestor", \r
-function () {\r
-return this.ancestor;\r
-});\r
-Clazz.defineMethod (c$, "getAncestorParent", \r
-function () {\r
-return this.ancestorParent;\r
-});\r
-Clazz.defineMethod (c$, "getComponent", \r
-function () {\r
-return this.getSource ();\r
-});\r
-Clazz.defineStatics (c$,\r
-"ANCESTOR_ADDED", 1,\r
-"ANCESTOR_REMOVED", 2,\r
-"ANCESTOR_MOVED", 3);\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.awt.AWTEvent"], "javax.swing.event.AncestorEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.ancestor = null;
+this.ancestorParent = null;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "AncestorEvent", java.awt.AWTEvent);
+Clazz.makeConstructor (c$, 
+function (source, id, ancestor, ancestorParent) {
+Clazz.superConstructor (this, javax.swing.event.AncestorEvent, [source, id]);
+this.ancestor = ancestor;
+this.ancestorParent = ancestorParent;
+}, "javax.swing.JComponent,~N,java.awt.Container,java.awt.Container");
+Clazz.defineMethod (c$, "getAncestor", 
+function () {
+return this.ancestor;
+});
+Clazz.defineMethod (c$, "getAncestorParent", 
+function () {
+return this.ancestorParent;
+});
+Clazz.defineMethod (c$, "getComponent", 
+function () {
+return this.getSource ();
+});
+Clazz.defineStatics (c$,
+"ANCESTOR_ADDED", 1,
+"ANCESTOR_REMOVED", 2,
+"ANCESTOR_MOVED", 3);
+});