Interface Extension


public interface Extension
Author:
Christian Klukas
  • Method Details

    • getMenuItems

      List<JMenuItem> getMenuItems()
      Override this method in order to provide menu items, that are added to the main menu bar.
      Returns:
      Return null, if no menus are provided or a List of JMenuItems
    • getName

      String getName()
    • getCategory

      String getCategory()