Documentation Archive Developer
Search
PATH  WebObjects 4.0 Documentation > EOInterface Reference



EOApplet

Inherits From:
com.sun.java.swing.JApplet

Inherits From:
com.apple.client.eointerface


Class Description

EOApplet is the default Applet class embedded in WebObjects pages containing a WOJavaClientApplet WOElement. EOApplet is actually something of a shell, as all application initialization logic actually resides in EOApplication. For maximum flexibility, any application specifics should be implemented in EOApplication's finishInitialization rather than EOApplet's init.

EOApplet is for use in Java Client applications only; there isn't an equivalent class for Yellow Box.


Instance Methods


init

public void init()

Instantiates an EODistributionChannel before passing it to EOApplication's application method, using the receiver's contentPane as container and className,languages and controllerClassName retrieved via Applet's getParameter.





Copyright © 1998, Apple Computer, Inc. All rights reserved.