WebObjects 5.4.2

com.webobjects.eoapplication
Interface EOComponentController.Activation

All Known Implementing Classes:
EODialogController, EOFrameController, EOInspectorController, EOModalDialogController, EOSimpleWindowController, EOWindowController
Enclosing class:
EOComponentController

public static interface EOComponentController.Activation

The EOComponentController.Activation interface identifies controllers that which have components can be explicitly activated (for example window controllers).


Method Summary
 boolean activate()
          Invoked to explicitly activate a controller's component.
 

Method Detail

activate

boolean activate()
Invoked to explicitly activate a controller's component.

Returns:
true if the component was successfully activated; false otherwise

Last updated June 2008

Copyright © 2000-2008 Apple Inc.