当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
MainAppletStub (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
org.jboss.console.navtree
Class MainAppletStub
java.lang.Object
org.jboss.console.navtree.MainAppletStub
- All Implemented Interfaces:
- AppletStub
- public class MainAppletStub
- extends Object
- implements AppletStub
A simple AppletStub to allow for testing the applet as a java application
- Version:
- $Revision: 1.1.2.1 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainAppletStub
public MainAppletStub()
throws Exception
isActive
public boolean isActive()
- Specified by:
isActive
in interface AppletStub
getParameter
public String getParameter(String name)
- Specified by:
getParameter
in interface AppletStub
getAppletContext
public AppletContext getAppletContext()
- Specified by:
getAppletContext
in interface AppletStub
appletResize
public void appletResize(int width,
int height)
- Specified by:
appletResize
in interface AppletStub
getDocumentBase
public URL getDocumentBase()
- Specified by:
getDocumentBase
in interface AppletStub
getCodeBase
public URL getCodeBase()
- Specified by:
getCodeBase
in interface AppletStub
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.