Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / JToolTip.js
index 298d02e..87c0905 100644 (file)
@@ -1,57 +1,57 @@
-Clazz.declarePackage ("javax.swing");\r
-Clazz.load (["javax.swing.JComponent"], "javax.swing.JToolTip", ["javax.swing.UIManager"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.tipText = null;\r
-this.$component = null;\r
-Clazz.instantialize (this, arguments);\r
-}, javax.swing, "JToolTip", javax.swing.JComponent);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, javax.swing.JToolTip, []);\r
-this.setOpaque (true);\r
-this.updateUI ();\r
-});\r
-Clazz.overrideMethod (c$, "getUI", \r
-function () {\r
-return this.ui;\r
-});\r
-Clazz.overrideMethod (c$, "updateUI", \r
-function () {\r
-this.setUI (javax.swing.UIManager.getUI (this));\r
-});\r
-Clazz.overrideMethod (c$, "getUIClassID", \r
-function () {\r
-return "ToolTipUI";\r
-});\r
-Clazz.defineMethod (c$, "setTipText", \r
-function (tipText) {\r
-var oldValue = this.tipText;\r
-this.tipText = tipText;\r
-this.firePropertyChangeObject ("tiptext", oldValue, tipText);\r
-}, "~S");\r
-Clazz.defineMethod (c$, "getTipText", \r
-function () {\r
-return this.tipText;\r
-});\r
-Clazz.defineMethod (c$, "setComponent", \r
-function (c) {\r
-var oldValue = this.$component;\r
-this.$component = c;\r
-this.firePropertyChangeObject ("component", oldValue, c);\r
-}, "javax.swing.JComponent");\r
-Clazz.defineMethod (c$, "getComponent", \r
-function () {\r
-return this.$component;\r
-});\r
-Clazz.overrideMethod (c$, "alwaysOnTop", \r
-function () {\r
-return true;\r
-});\r
-Clazz.defineMethod (c$, "paramString", \r
-function () {\r
-var tipTextString = (this.tipText != null ? this.tipText : "");\r
-return Clazz.superCall (this, javax.swing.JToolTip, "paramString", []) + ",tipText=" + tipTextString;\r
-});\r
-Clazz.defineStatics (c$,\r
-"$uiClassID", "ToolTipUI");\r
-});\r
+Clazz.declarePackage ("javax.swing");
+Clazz.load (["javax.swing.JComponent"], "javax.swing.JToolTip", ["javax.swing.UIManager"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.tipText = null;
+this.$component = null;
+Clazz.instantialize (this, arguments);
+}, javax.swing, "JToolTip", javax.swing.JComponent);
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, javax.swing.JToolTip, []);
+this.setOpaque (true);
+this.updateUI ();
+});
+Clazz.overrideMethod (c$, "getUI", 
+function () {
+return this.ui;
+});
+Clazz.overrideMethod (c$, "updateUI", 
+function () {
+this.setUI (javax.swing.UIManager.getUI (this));
+});
+Clazz.overrideMethod (c$, "getUIClassID", 
+function () {
+return "ToolTipUI";
+});
+Clazz.defineMethod (c$, "setTipText", 
+function (tipText) {
+var oldValue = this.tipText;
+this.tipText = tipText;
+this.firePropertyChangeObject ("tiptext", oldValue, tipText);
+}, "~S");
+Clazz.defineMethod (c$, "getTipText", 
+function () {
+return this.tipText;
+});
+Clazz.defineMethod (c$, "setComponent", 
+function (c) {
+var oldValue = this.$component;
+this.$component = c;
+this.firePropertyChangeObject ("component", oldValue, c);
+}, "javax.swing.JComponent");
+Clazz.defineMethod (c$, "getComponent", 
+function () {
+return this.$component;
+});
+Clazz.overrideMethod (c$, "alwaysOnTop", 
+function () {
+return true;
+});
+Clazz.defineMethod (c$, "paramString", 
+function () {
+var tipTextString = (this.tipText != null ? this.tipText : "");
+return Clazz.superCall (this, javax.swing.JToolTip, "paramString", []) + ",tipText=" + tipTextString;
+});
+Clazz.defineStatics (c$,
+"$uiClassID", "ToolTipUI");
+});