com.webobjects.eoapplication
Interface EOAction.ActiveWindowDependentAction
- Enclosing interface:
- EOAction
- public static interface EOAction.ActiveWindowDependentAction
If an EOAction object implements the
EOAction.ActiveWindowDependentAction
interface, it is given
the opportunity to update its settings (like the menu accelerator) when
the user switches the active window.
updateInContextOfActiveWindowController
public void updateInContextOfActiveWindowController(EOController controller)
- Allows the EOAction to update its settings in the context of the specified
controller (which is the controller of the currently active window).
- Parameters:
controller
- the controller of the active window
Copyright © 2004 Apple Computer, Inc.