Interface UserActionFactory


@API(status=EXPERIMENTAL) public interface UserActionFactory
A facility that creates commonly used UserActions.
Since:
3.0-ALPHA-5
Author:
Fabrizio Giudici
  • Method Details

    • createViewActionFor

      @Nonnull UserActionFactory.UserActionParameters.UserActionParametersBuilder createViewActionFor(@Nonnull Object presentation)
      Creates an action that shows the given presentation in a panel group. The action only works if a message bus is installed on the system.
      Parameters:
      presentation - the presentation
      Returns:
      a fluent builder
      Since:
      3.0-ALPHA-5