Package docking

Class MultiActionDialog

All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class MultiActionDialog extends DialogComponentProvider
Dialog to show multiple actions that are mapped to the same keystroke; allows the user to select which action to do.
  • Constructor Details

    • MultiActionDialog

      public MultiActionDialog(String keystrokeName, List<DockingActionIf> actions, ActionContext context)
      Constructor
      Parameters:
      keystrokeName - keystroke name
      actions - list of actions
      context - the context
  • Method Details