WebObjects 5.4

com.webobjects.eoapplication
Interface EOAction.ActiveWindowDependentAction

All Known Implementing Classes:
com.webobjects.eogeneration.EOEnterAction._Insert, com.webobjects.eogeneration.EOEnterAction._List, com.webobjects.eogeneration.EOEnterAction._Open, com.webobjects.eogeneration.EOEnterAction._Query
Enclosing class:
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.


Method Summary
 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).
 

Method Detail

updateInContextOfActiveWindowController

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

Last updated Tuesday, October 9, 2007 08:58 PDT

Copyright © 2000-2007 Apple Inc.