Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / event / HyperlinkEvent.js
index 189cdb4..6ae4f2b 100644 (file)
@@ -1,59 +1,59 @@
-Clazz.declarePackage ("javax.swing.event");\r
-Clazz.load (["java.util.EventObject"], "javax.swing.event.HyperlinkEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.type = null;\r
-this.u = null;\r
-this.desc = null;\r
-this.sourceElement = null;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event, "HyperlinkEvent", java.util.EventObject);\r
-Clazz.makeConstructor (c$, \r
-function (source, type, u) {\r
-this.construct (source, type, u, null);\r
-}, "~O,javax.swing.event.HyperlinkEvent.EventType,java.net.URL");\r
-Clazz.makeConstructor (c$, \r
-function (source, type, u, desc) {\r
-this.construct (source, type, u, desc, null);\r
-}, "~O,javax.swing.event.HyperlinkEvent.EventType,java.net.URL,~S");\r
-Clazz.makeConstructor (c$, \r
-function (source, type, u, desc, sourceElement) {\r
-Clazz.superConstructor (this, javax.swing.event.HyperlinkEvent, [source]);\r
-this.type = type;\r
-this.u = u;\r
-this.desc = desc;\r
-this.sourceElement = sourceElement;\r
-}, "~O,javax.swing.event.HyperlinkEvent.EventType,java.net.URL,~S,javax.swing.text.Element");\r
-Clazz.defineMethod (c$, "getEventType", \r
-function () {\r
-return this.type;\r
-});\r
-Clazz.defineMethod (c$, "getDescription", \r
-function () {\r
-return this.desc;\r
-});\r
-Clazz.defineMethod (c$, "getURL", \r
-function () {\r
-return this.u;\r
-});\r
-Clazz.defineMethod (c$, "getSourceElement", \r
-function () {\r
-return this.sourceElement;\r
-});\r
-Clazz.pu$h(self.c$);\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.typeString = null;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing.event.HyperlinkEvent, "EventType");\r
-Clazz.makeConstructor (c$, \r
- function (a) {\r
-this.typeString = a;\r
-}, "~S");\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return this.typeString;\r
-});\r
-c$.ENTERED = c$.prototype.ENTERED =  new javax.swing.event.HyperlinkEvent.EventType ("ENTERED");\r
-c$.EXITED = c$.prototype.EXITED =  new javax.swing.event.HyperlinkEvent.EventType ("EXITED");\r
-c$.ACTIVATED = c$.prototype.ACTIVATED =  new javax.swing.event.HyperlinkEvent.EventType ("ACTIVATED");\r
-c$ = Clazz.p0p ();\r
-});\r
+Clazz.declarePackage ("javax.swing.event");
+Clazz.load (["java.util.EventObject"], "javax.swing.event.HyperlinkEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.type = null;
+this.u = null;
+this.desc = null;
+this.sourceElement = null;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event, "HyperlinkEvent", java.util.EventObject);
+Clazz.makeConstructor (c$, 
+function (source, type, u) {
+this.construct (source, type, u, null);
+}, "~O,javax.swing.event.HyperlinkEvent.EventType,java.net.URL");
+Clazz.makeConstructor (c$, 
+function (source, type, u, desc) {
+this.construct (source, type, u, desc, null);
+}, "~O,javax.swing.event.HyperlinkEvent.EventType,java.net.URL,~S");
+Clazz.makeConstructor (c$, 
+function (source, type, u, desc, sourceElement) {
+Clazz.superConstructor (this, javax.swing.event.HyperlinkEvent, [source]);
+this.type = type;
+this.u = u;
+this.desc = desc;
+this.sourceElement = sourceElement;
+}, "~O,javax.swing.event.HyperlinkEvent.EventType,java.net.URL,~S,javax.swing.text.Element");
+Clazz.defineMethod (c$, "getEventType", 
+function () {
+return this.type;
+});
+Clazz.defineMethod (c$, "getDescription", 
+function () {
+return this.desc;
+});
+Clazz.defineMethod (c$, "getURL", 
+function () {
+return this.u;
+});
+Clazz.defineMethod (c$, "getSourceElement", 
+function () {
+return this.sourceElement;
+});
+Clazz.pu$h(self.c$);
+c$ = Clazz.decorateAsClass (function () {
+this.typeString = null;
+Clazz.instantialize (this, arguments);
+}, javax.swing.event.HyperlinkEvent, "EventType");
+Clazz.makeConstructor (c$, 
+ function (a) {
+this.typeString = a;
+}, "~S");
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return this.typeString;
+});
+c$.ENTERED = c$.prototype.ENTERED =  new javax.swing.event.HyperlinkEvent.EventType ("ENTERED");
+c$.EXITED = c$.prototype.EXITED =  new javax.swing.event.HyperlinkEvent.EventType ("EXITED");
+c$.ACTIVATED = c$.prototype.ACTIVATED =  new javax.swing.event.HyperlinkEvent.EventType ("ACTIVATED");
+c$ = Clazz.p0p ();
+});