JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / swingjs / plaf / JSRootPaneUI.js
1 Clazz.declarePackage ("swingjs.plaf");\r
2 Clazz.load (["swingjs.plaf.JSComponentUI"], "swingjs.plaf.JSRootPaneUI", null, function () {\r
3 c$ = Clazz.declareType (swingjs.plaf, "JSRootPaneUI", swingjs.plaf.JSComponentUI);\r
4 Clazz.makeConstructor (c$, \r
5 function () {\r
6 Clazz.superConstructor (this, swingjs.plaf.JSRootPaneUI, []);\r
7 this.isContainer = true;\r
8 this.setDoc ();\r
9 });\r
10 Clazz.overrideMethod (c$, "getDOMObject", \r
11 function () {\r
12 return null;\r
13 });\r
14 Clazz.overrideMethod (c$, "installJSUI", \r
15 function () {\r
16 });\r
17 Clazz.overrideMethod (c$, "uninstallJSUI", \r
18 function () {\r
19 });\r
20 });\r