Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

BeansAppletStub


Inherits from:
Object
Implements:
java.applet.AppletStub
Package:
com.apple.client.eoapplication


Class Description


Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.




Method Types


All methods
appletResize
getAppletContext
getCodeBase
getDocumentBase
getParameter
isActive


Instance Methods



appletResize

public void appletResize( int anInt, int anInt)



getAppletContext

public java.applet.AppletContext getAppletContext()



getCodeBase

public java.net.URL getCodeBase()



getDocumentBase

public java.net.URL getDocumentBase()



getParameter

public String getParameter(String aString)



isActive

public boolean isActive()




Table of Contents

DRAFT