Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / JRadioButtonMenuItem.js
index dd20778..ca9cbef 100644 (file)
@@ -1,51 +1,51 @@
-Clazz.declarePackage ("javax.swing");\r
-Clazz.load (["javax.swing.JMenuItem"], "javax.swing.JRadioButtonMenuItem", ["javax.swing.JToggleButton"], function () {\r
-c$ = Clazz.declareType (javax.swing, "JRadioButtonMenuItem", javax.swing.JMenuItem);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-this.construct (null, null, false);\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (icon) {\r
-this.construct (null, icon, false);\r
-}, "javax.swing.Icon");\r
-Clazz.makeConstructor (c$, \r
-function (text) {\r
-this.construct (text, null, false);\r
-}, "~S");\r
-Clazz.makeConstructor (c$, \r
-function (a) {\r
-this.construct ();\r
-this.setAction (a);\r
-}, "javax.swing.Action");\r
-Clazz.makeConstructor (c$, \r
-function (text, icon) {\r
-this.construct (text, icon, false);\r
-}, "~S,javax.swing.Icon");\r
-Clazz.makeConstructor (c$, \r
-function (text, selected) {\r
-this.construct (text);\r
-this.setSelected (selected);\r
-}, "~S,~B");\r
-Clazz.makeConstructor (c$, \r
-function (icon, selected) {\r
-this.construct (null, icon, selected);\r
-}, "javax.swing.Icon,~B");\r
-Clazz.makeConstructor (c$, \r
-function (text, icon, selected) {\r
-Clazz.superConstructor (this, javax.swing.JRadioButtonMenuItem, [text, icon]);\r
-this.setModel ( new javax.swing.JToggleButton.ToggleButtonModel ());\r
-this.setSelected (selected);\r
-this.setFocusable (false);\r
-}, "~S,javax.swing.Icon,~B");\r
-Clazz.overrideMethod (c$, "getUIClassID", \r
-function () {\r
-return "RadioButtonMenuItemUI";\r
-});\r
-Clazz.overrideMethod (c$, "shouldUpdateSelectedStateFromAction", \r
-function () {\r
-return true;\r
-});\r
-Clazz.defineStatics (c$,\r
-"$$uiClassID", "RadioButtonMenuItemUI");\r
-});\r
+Clazz.declarePackage ("javax.swing");
+Clazz.load (["javax.swing.JMenuItem"], "javax.swing.JRadioButtonMenuItem", ["javax.swing.JToggleButton"], function () {
+c$ = Clazz.declareType (javax.swing, "JRadioButtonMenuItem", javax.swing.JMenuItem);
+Clazz.makeConstructor (c$, 
+function () {
+this.construct (null, null, false);
+});
+Clazz.makeConstructor (c$, 
+function (icon) {
+this.construct (null, icon, false);
+}, "javax.swing.Icon");
+Clazz.makeConstructor (c$, 
+function (text) {
+this.construct (text, null, false);
+}, "~S");
+Clazz.makeConstructor (c$, 
+function (a) {
+this.construct ();
+this.setAction (a);
+}, "javax.swing.Action");
+Clazz.makeConstructor (c$, 
+function (text, icon) {
+this.construct (text, icon, false);
+}, "~S,javax.swing.Icon");
+Clazz.makeConstructor (c$, 
+function (text, selected) {
+this.construct (text);
+this.setSelected (selected);
+}, "~S,~B");
+Clazz.makeConstructor (c$, 
+function (icon, selected) {
+this.construct (null, icon, selected);
+}, "javax.swing.Icon,~B");
+Clazz.makeConstructor (c$, 
+function (text, icon, selected) {
+Clazz.superConstructor (this, javax.swing.JRadioButtonMenuItem, [text, icon]);
+this.setModel ( new javax.swing.JToggleButton.ToggleButtonModel ());
+this.setSelected (selected);
+this.setFocusable (false);
+}, "~S,javax.swing.Icon,~B");
+Clazz.overrideMethod (c$, "getUIClassID", 
+function () {
+return "RadioButtonMenuItemUI";
+});
+Clazz.overrideMethod (c$, "shouldUpdateSelectedStateFromAction", 
+function () {
+return true;
+});
+Clazz.defineStatics (c$,
+"$$uiClassID", "RadioButtonMenuItemUI");
+});