com.webobjects.eoapplication
Interface EOComponentController.ActionCollector
- All Known Implementing Classes:
- EOActionTrigger, EOActionWidgetController
- Enclosing interface:
- EOComponentController
- public static interface EOComponentController.ActionCollector
The EOComponentController.ActionCollector
interface identifies controllers
that display actions of subcontrollers collectively (for example in tool bars).
collectedActions
public NSArray collectedActions()
- Returns an array of all actions collected from subcontrollers.
- Returns:
- the array of actions collected from subcontrollers
Copyright © 2004 Apple Computer, Inc.