Interface JMadMenuFactory

  • All Known Implementing Classes:
    JMadMenuFactoryImpl

    public interface JMadMenuFactory
    The factory for toolbar and menu
    • Method Detail

      • createToolBar

        javax.swing.JToolBar createToolBar()
        Returns:
        a new toolbar for jmad.
      • createMenuBar

        javax.swing.JMenuBar createMenuBar()
        Returns:
        a new menubar for the JMad GUI
      • getToolBarActions

        java.util.List<javax.swing.Action> getToolBarActions()
        Returns:
        the list of actions in the toolbar.