org.jboss.console.navtree
Class MainAppletStub

java.lang.Object
  extended by 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: 57191 $
Author:
Scott.Stark@jboss.org

Constructor Summary
MainAppletStub()
           
 
Method Summary
 void appletResize(int width, int height)
           
 AppletContext getAppletContext()
           
 URL getCodeBase()
           
 URL getDocumentBase()
           
 String getParameter(String name)
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainAppletStub

public MainAppletStub()
               throws Exception
Throws:
Exception
Method Detail

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.