com.webobjects.eoapplication
Class EOProgrammaticSwitchController
java.lang.Object
com.webobjects.eoapplication.EOController
com.webobjects.eoapplication.EOComponentController
com.webobjects.eoapplication.EOSwitchController
com.webobjects.eoapplication.EOProgrammaticSwitchController
- All Implemented Interfaces:
- EOAction.Enabling, EOComponentController.ResetUserInterface, NSDisposable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions
- public class EOProgrammaticSwitchController
- extends EOSwitchController
| Methods inherited from class com.webobjects.eoapplication.EOSwitchController |
addComponentOfSubcontroller, borderComponents, borderedSizeForComponentSize, borderSize, componentDidBecomeInvisible, componentDidBecomeVisible, componentShouldChange, componentSizeForBorderedSize, componentSwitched, displayComponentBorderSize, dispose, generateComponent, hideSubcontroller, minimumComponentSize, removeComponentOfSubcontroller, removeTransientSubcontroller, resetUserInterface, showBorderComponentAtIndex, showSubcontroller, subcontrollerMinimumSizeDidChange, subcontrollerVisibilityDidChange, switchedControllers, visibleBorderComponentIndex |
| Methods inherited from class com.webobjects.eoapplication.EOComponentController |
activateFirstFocusComponent, alignsComponents, canBeTransient, canResizeHorizontally, canResizeVertically, component, defaultComponentSize, ensureMinimumComponentSizeWithoutSubcontrollers, ensureMinimumSubcontrollerAreaSize, firstFocusComponent, handleTakeValueForUnboundKey, hideInSupercontroller, icon, insets, integrationComponent, integrationComponentDidBecomeInvisible, integrationComponentDidBecomeVisible, isComponentPrepared, isRootComponentController, isVisible, label, lastFocusComponent, makeInvisible, makeVisible, minimumComponentSizeWithoutSubcontrollers, minimumIntegrationComponentSize, minimumSubcontrollerAreaSize, prefersIconOnly, prepareComponent, setAlignsComponents, setCanResizeHorizontally, setCanResizeVertically, setComponent, setDefaultComponentSize, setFirstFocusComponent, setIcon, setInsets, setLabel, setLastFocusComponent, setPrefersIconOnly, setSubcontrollerArea, setToolTip, setUsesHorizontalLayout, setVisible, showInSupercontroller, subcontrollerArea, 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 |
EOProgrammaticSwitchController
public EOProgrammaticSwitchController()
-
EOProgrammaticSwitchController
public EOProgrammaticSwitchController(EOXMLUnarchiver unarchiver)
-
- Parameters:
unarchiver -
addBorderComponentForControllerToDisplayComponent
protected void addBorderComponentForControllerToDisplayComponent(EOComponentController controller,
JComponent borderComponent,
JComponent displayComponent)
-
- Specified by:
addBorderComponentForControllerToDisplayComponent in class EOSwitchController
- Parameters:
controller - borderComponent - displayComponent -
newDisplayComponent
protected JComponent newDisplayComponent()
-
- Specified by:
newDisplayComponent in class EOSwitchController
- Returns:
removeBorderComponentForControllerFromDisplayComponent
protected void removeBorderComponentForControllerFromDisplayComponent(EOComponentController controller,
JComponent borderComponent,
JComponent displayComponent,
int index)
-
- Specified by:
removeBorderComponentForControllerFromDisplayComponent in class EOSwitchController
- Parameters:
controller - borderComponent - displayComponent - index -
selectedBorderComponentInDisplayComponent
protected JComponent selectedBorderComponentInDisplayComponent(JComponent displayComponent)
-
- Specified by:
selectedBorderComponentInDisplayComponent in class EOSwitchController
- Parameters:
displayComponent -
- Returns:
showBorderComponentAtIndexInDisplayComponent
protected void showBorderComponentAtIndexInDisplayComponent(JComponent borderComponent,
JComponent displayComponent,
int index)
-
- Specified by:
showBorderComponentAtIndexInDisplayComponent in class EOSwitchController
- Parameters:
borderComponent - displayComponent - index -
Copyright © 2004 Apple Computer, Inc.