Interface IActionProvider

All Superinterfaces:
IParent<IActionProvider>

public interface IActionProvider extends IParent<IActionProvider>
A tree of IUserAction.
  • Method Details

    • getDefaultAction

      IUserAction getDefaultAction()
      Returns:
      The default action for this provider. This action should be a member of the getActions() collection.
    • getActions

      Collection<? extends IUserAction> getActions()
      Returns:
      a collection of actions for this provider