Class MenuFactory


  • public class MenuFactory
    extends java.lang.Object
    • Constructor Detail

      • MenuFactory

        public MenuFactory()
    • Method Detail

      • getToolBar

        public final javax.swing.JToolBar getToolBar()
        Factory - Method for the ToolBar
        Returns:
        the toolBar
      • getMenuBar

        public final javax.swing.JMenuBar getMenuBar()
        Factory - method for MenuBar
        Returns:
        the menuBar
      • setMenuActionHandler

        public void setMenuActionHandler​(MenuActionHandler menuActionHandler)
        Parameters:
        menuActionHandler - the menuActionHandler to set
      • setModelDelegateManager

        public void setModelDelegateManager​(ModelDelegateManager modelDelegateManager)