Interface HelpActionProvider


@Deprecated public interface HelpActionProvider
Deprecated.
Provides actions shown in the help menu of the program. This interface is deprecated since it will later be replaced by a complete menu management system.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the items to show in the help menu.
  • Method Details

    • getHelpItems

      List<JMenuItem> getHelpItems()
      Deprecated.
      Returns the items to show in the help menu.