Interface MenuActions

All Known Implementing Classes:
AnalyzeMenuActions, AutomateMenuActions, ClassifyMenuActions, EditMenuActions, ExtensionsMenuActions, FileMenuActions, HelpMenuActions, MeasureMenuActions, ObjectsMenuActions, TMAMenuActions, ViewMenuActions

public interface MenuActions
Common interface to define the contents of a menu in terms of actions. This can be used to generate the actual menu by using the actions to configure the menu items.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.controlsfx.control.action.Action>
    Get all the actions to include in the menu, in order.
    Get the name of the menu.
  • Method Details

    • getActions

      List<org.controlsfx.control.action.Action> getActions()
      Get all the actions to include in the menu, in order.
      Returns:
    • getName

      String getName()
      Get the name of the menu.
      Returns: