- Inherits from:
- EOComponentController : EOController : Object
- Package:
- com.apple.client.eoapplication
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 |
- All methods
- EOAppletController
- applet
- setApplet
- setVisible
- showInSupercontroller
public EOAppletController(EOApplet applet)
Creates an applet controller for applet.
public EOApplet applet()
Returns the receiver's applet.
protected void setApplet(EOApplet applet)
Sets the receiver's applet to applet.
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
.
public boolean showInSupercontroller()
Properly integrates the content of the applet (usually a component of a EOInterfaceController).
DRAFT