Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.console » navtree » [javadoc | source]
org.jboss.console.navtree
public class: MainAppletStub [javadoc | source]
java.lang.Object
   org.jboss.console.navtree.MainAppletStub

All Implemented Interfaces:
    AppletStub

A simple AppletStub to allow for testing the applet as a java application
Constructor:
 public MainAppletStub() throws Exception 
Method from org.jboss.console.navtree.MainAppletStub Summary:
appletResize,   getAppletContext,   getCodeBase,   getDocumentBase,   getParameter,   isActive
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.console.navtree.MainAppletStub Detail:
 public  void appletResize(int width,
    int height) 
 public AppletContext getAppletContext() 
 public URL getCodeBase() 
 public URL getDocumentBase() 
 public String getParameter(String name) 
 public boolean isActive()