PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EOAppletController


Inherits from:
EOComponentController : EOController : Object
Package:
com.apple.client.eoapplication


Class Description


This class represents an EOApplet as a controller in the controller hierarchy. When the application is running as an applet, this controller is the direct descendent of the EOApplication in the controller hierarchy. It performs the analogous function as a EOWindowController when the application is running as a Java application.


XML Tag Default Rule System Controller Type
None (abstract class) None




Method Types


All methods
EOAppletController
applet
setApplet
setVisible
showInSupercontroller


Constructors



EOAppletController

public EOAppletController(EOApplet applet)

Creates an applet controller for applet.




Instance Methods



applet

public EOApplet applet()

Returns the receiver's applet.



setApplet

protected void setApplet(EOApplet applet)

Sets the receiver's applet to applet.



setVisible

public void setVisible(boolean flag)

Sets the visibility of the applet according to flag. Since applets can not be made invisible, this method does nothing if visible is false.



showInSupercontroller

public boolean showInSupercontroller()

Properly integrates the content of the applet (usually a component of a EOInterfaceController).




Table of Contents

DRAFT