WebObjects 5.4.2

com.webobjects.eoapplication
Interface EOComponentController.ActionCollector

All Known Implementing Classes:
EOActionButtonsController, EOActionMenuController, EOActionTrigger, EOActionWidgetController
Enclosing class:
EOComponentController

public static interface EOComponentController.ActionCollector

The EOComponentController.ActionCollector interface identifies controllers that display actions of subcontrollers collectively (for example in tool bars).


Method Summary
 NSArray collectedActions()
          Returns an array of all actions collected from subcontrollers.
 

Method Detail

collectedActions

NSArray collectedActions()
Returns an array of all actions collected from subcontrollers.

Returns:
the array of actions collected from subcontrollers

Last updated June 2008

Copyright © 2000-2008 Apple Inc.