1 Clazz.declarePackage ("swingjs");
\r
2 Clazz.load (["java.lang.ThreadGroup"], "swingjs.JSThreadGroup", null, function () {
\r
3 c$ = Clazz.decorateAsClass (function () {
\r
4 this.html5Applet = null;
\r
5 Clazz.instantialize (this, arguments);
\r
6 }, swingjs, "JSThreadGroup", ThreadGroup);
\r
7 Clazz.defineMethod (c$, "setHtmlApplet",
\r
8 function (html5Applet) {
\r
9 this.html5Applet = html5Applet;
\r
10 }, "swingjs.api.HTML5Applet");
\r
11 Clazz.defineMethod (c$, "getHtmlApplet",
\r
13 return this.html5Applet;
\r