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