com.webobjects.eoapplication.client
Class EOAppletController
java.lang.Object
com.webobjects.eoapplication.EOController
com.webobjects.eoapplication.EOComponentController
com.webobjects.eoapplication.client.EOAppletController
- All Implemented Interfaces:
- EOAction.Enabling, NSDisposable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions
- public class EOAppletController
- extends EOComponentController
EOAppletControllers represent applets in the controller hierarchy.
Method Summary |
EOApplet |
applet()
Returns the receiver's applet. |
protected void |
setApplet(EOApplet applet)
Sets the receiver's applet. |
void |
setVisible(boolean flag)
Sets the visibility of the applet according to flag . |
boolean |
showInSupercontroller()
Properly integrates the content of the applet (the components of
its subcontrollers, which are usually EOInterfaceControllers). |
Methods inherited from class com.webobjects.eoapplication.EOComponentController |
activateFirstFocusComponent, addComponentOfSubcontroller, alignsComponents, canBeTransient, canResizeHorizontally, canResizeVertically, component, componentDidBecomeInvisible, componentDidBecomeVisible, defaultComponentSize, dispose, ensureMinimumComponentSizeWithoutSubcontrollers, ensureMinimumSubcontrollerAreaSize, firstFocusComponent, generateComponent, handleTakeValueForUnboundKey, hideInSupercontroller, hideSubcontroller, icon, insets, integrationComponent, integrationComponentDidBecomeInvisible, integrationComponentDidBecomeVisible, isComponentPrepared, isRootComponentController, isVisible, label, lastFocusComponent, makeInvisible, makeVisible, minimumComponentSize, minimumComponentSizeWithoutSubcontrollers, minimumIntegrationComponentSize, minimumSubcontrollerAreaSize, prefersIconOnly, prepareComponent, removeComponentOfSubcontroller, removeTransientSubcontroller, setAlignsComponents, setCanResizeHorizontally, setCanResizeVertically, setComponent, setDefaultComponentSize, setFirstFocusComponent, setIcon, setInsets, setLabel, setLastFocusComponent, setPrefersIconOnly, setSubcontrollerArea, setToolTip, setUsesHorizontalLayout, showSubcontroller, subcontrollerArea, subcontrollerMinimumSizeDidChange, subcontrollerWasAdded, subcontrollerWasRemoved, toolTip, toolTipComponent, toString, usesHorizontalLayout |
Methods inherited from class com.webobjects.eoapplication.EOController |
actionNames, actions, actionWithName, additionalActions, additionalKeyValuePairs, addSubcontroller, breakConnection, breakConnectionToSubcontrollers, canAccessFieldsDirectly, canPerformActionNamed, connectionWasBroken, connectionWasEstablished, controllerEnumeration, controllersInEnumeration, controllersWithKeyValuePair, controllersWithKeyValuePairs, controllerWithKeyValuePair, controllerWithKeyValuePairs, defaultActions, disableActionNamed, disposableRegistry, disposeIfTransient, enableActionNamed, enabledActions, establishConnection, establishConnectionToSupercontrollers, handleQueryWithUnboundKey, hierarchicalControllerForKey, hierarchicalValueForKey, invokeMethod, isActionNamedEnabled, isAncestorOfController, isConnected, isSupercontrollerOfController, isTransientExplicitlyForbidden, prepareForNewTask, removeFromSupercontroller, removeSubcontroller, resetActions, setAdditionalActions, setAdditionalKeyValuePair, setAdditionalKeyValuePairs, setConnected, setSupercontroller, setTransientExplicitlyForbidden, setTypeName, subcontrollers, supercontroller, supercontroller, takeValueForKey, takeValueForKeyPath, typeName, unableToSetNullForKey, valueForKey, valueForKeyPath |
EOAppletController
public EOAppletController(EOApplet applet)
- Creates an applet controller for an EOApplet.
- Parameters:
applet
- the applet
applet
public EOApplet applet()
- Returns the receiver's applet.
- Returns:
- the applet
setApplet
protected void setApplet(EOApplet applet)
- Sets the receiver's applet.
- Parameters:
applet
- the 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 is overridden to do nothing
if visible is false
.
- Overrides:
setVisible
in class EOComponentController
- Parameters:
flag
- true
if the applet is visible; false
otherwise
showInSupercontroller
public boolean showInSupercontroller()
- Properly integrates the content of the applet (the components of
its subcontrollers, which are usually EOInterfaceControllers).
- Overrides:
showInSupercontroller
in class EOComponentController
- Returns:
true
if the subcontrollers were successfully integrated; false
otherwise
Copyright © 2004 Apple Computer, Inc.