com.webobjects.eoapplication
Class EOFrameController
java.lang.Object
  |
  +--com.webobjects.eoapplication.EOController
        |
        +--com.webobjects.eoapplication.EOComponentController
              |
              +--com.webobjects.eoapplication.EOWindowController
                    |
                    +--com.webobjects.eoapplication.EOSimpleWindowController
                          |
                          +--com.webobjects.eoapplication.EOFrameController
- All Implemented Interfaces: 
 - ActionListener, ComponentListener, EOAction.Enabling, EOComponentController.Activation, EOComponentController.ResetUserInterface, EventListener, NSDisposable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, WindowListener
 
- public class EOFrameController
- extends EOSimpleWindowController
  
 
 
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class com.webobjects.eoapplication.EOSimpleWindowController | 
activateWindow, addComponentOfSubcontroller, closeWindow, componentDidBecomeInvisible, componentDidBecomeVisible, componentHidden, componentMoved, componentResized, componentShown, deactivateWindow, disposeIfDeactivated, integrationComponentDidBecomeInvisible, integrationComponentDidBecomeVisible, makeVisible, newWindow, resetUserInterface, setDisposeIfDeactivated, setLabel, setWindow, startListeningToWindow, stopListeningToWindow, subcontrollerEditedDidChange, subcontrollerMinimumSizeDidChange, window, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened | 
 
| Methods inherited from class com.webobjects.eoapplication.EOWindowController | 
actionPerformed, activate, borderedSizeForComponentSize, borderSize, componentShouldBeResizable, componentSizeForBorderedSize, defaultActions, generateBorderSizeForRootPaneContainerClass, generateComponent, integrationComponent, minimumIntegrationComponentSize, removeTransientSubcontroller, setUsesActivationAction, setUsesActivationButton, setUsesUserDefaultsWindowLocation, setUsesUserDefaultsWindowSize, setWindowPosition, usesActivationAction, usesActivationButton, usesUserDefaultsWindowLocation, usesUserDefaultsWindowSize, windowPosition | 
 
| Methods inherited from class com.webobjects.eoapplication.EOComponentController | 
activateFirstFocusComponent, alignsComponents, canBeTransient, canResizeHorizontally, canResizeVertically, component, defaultComponentSize, ensureMinimumComponentSizeWithoutSubcontrollers, ensureMinimumSubcontrollerAreaSize, firstFocusComponent, handleTakeValueForUnboundKey, hideInSupercontroller, hideSubcontroller, icon, insets, isComponentPrepared, isRootComponentController, isVisible, label, lastFocusComponent, makeInvisible, minimumComponentSize, minimumComponentSizeWithoutSubcontrollers, minimumSubcontrollerAreaSize, prefersIconOnly, prepareComponent, removeComponentOfSubcontroller, setAlignsComponents, setCanResizeHorizontally, setCanResizeVertically, setComponent, setDefaultComponentSize, setFirstFocusComponent, setIcon, setInsets, setLastFocusComponent, setPrefersIconOnly, setSubcontrollerArea, setToolTip, setUsesHorizontalLayout, setVisible, showInSupercontroller, showSubcontroller, 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, 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 | 
 
 
EOFrameController
public EOFrameController()
- 
 
EOFrameController
public EOFrameController(EOXMLUnarchiver unarchiver)
- 
- Parameters:
 unarchiver -  
dispose
public void dispose()
- 
- Specified by:
 dispose in interface NSDisposable- Overrides:
 dispose in class EOSimpleWindowController
 
 
 
newWindow
protected Window newWindow(JComponent component)
- 
- Specified by:
 newWindow in class EOSimpleWindowController
 
- Parameters:
 component - 
- Returns:
 
 
 
runControllerInNewFrame
public static void runControllerInNewFrame(EOComponentController controller,
                                           String windowTitle)
- 
- Parameters:
 controller - windowTitle - 
 
 
setWindowResizable
protected void setWindowResizable(Window window,
                                  boolean flag)
- 
- Specified by:
 setWindowResizable in class EOSimpleWindowController
 
- Parameters:
 window - flag - 
 
 
setWindowTitle
protected void setWindowTitle(Window window,
                              String title)
- 
- Specified by:
 setWindowTitle in class EOSimpleWindowController
 
- Parameters:
 window - title - 
 
 
verifyContentMinimumSize
protected Dimension verifyContentMinimumSize(Window window,
                                             Dimension size)
- 
- Overrides:
 verifyContentMinimumSize in class EOSimpleWindowController
 
- Parameters:
 window - size - 
- Returns:
 
 
 
windowBorderSize
protected Dimension windowBorderSize()
- 
- Overrides:
 windowBorderSize in class EOWindowController
 
- Returns:
 
 
 
Copyright © 2003 Apple Computer, Inc.