com.webobjects.eoapplication
Class EOTabSwitchController
java.lang.Object
  |
  +--com.webobjects.eoapplication.EOController
        |
        +--com.webobjects.eoapplication.EOComponentController
              |
              +--com.webobjects.eoapplication.EOSwitchController
                    |
                    +--com.webobjects.eoapplication.EOTabSwitchController
- All Implemented Interfaces: 
 - EOAction.Enabling, EOComponentController.ResetUserInterface, NSDisposable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions
 
- public class EOTabSwitchController
- extends EOSwitchController
  
 
 
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class com.webobjects.eoapplication.EOSwitchController | 
addComponentOfSubcontroller, borderComponents, borderedSizeForComponentSize, borderSize, componentDidBecomeInvisible, componentDidBecomeVisible, componentShouldChange, componentSizeForBorderedSize, componentSwitched, dispose, generateComponent, hideSubcontroller, 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 | 
 
 
EOTabSwitchController
public EOTabSwitchController()
- 
 
EOTabSwitchController
public EOTabSwitchController(EOXMLUnarchiver unarchiver)
- 
- Parameters:
 unarchiver -  
addBorderComponentForControllerToDisplayComponent
protected void addBorderComponentForControllerToDisplayComponent(EOComponentController controller,
                                                                 JComponent borderComponent,
                                                                 JComponent displayComponent)
- 
- Specified by:
 addBorderComponentForControllerToDisplayComponent in class EOSwitchController
 
- Parameters:
 controller - borderComponent - displayComponent - 
 
 
displayComponentBorderSize
protected Dimension displayComponentBorderSize()
- 
- Overrides:
 displayComponentBorderSize in class EOSwitchController
 
- Returns:
 
 
 
minimumComponentSize
public Dimension minimumComponentSize()
- Description copied from class: 
EOSwitchController 
- 
- Overrides:
 minimumComponentSize in class EOSwitchController
 
- Returns:
 
 
 
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 © 2003 Apple Computer, Inc.