Class MenuFactory
- java.lang.Object
-
- cern.accsoft.steering.aloha.gui.menus.MenuFactory
-
public class MenuFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MenuFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JMenuBargetMenuBar()Factory - method for MenuBarjavax.swing.JToolBargetToolBar()Factory - Method for the ToolBarvoidsetMenuActionHandler(MenuActionHandler menuActionHandler)voidsetModelDelegateManager(ModelDelegateManager modelDelegateManager)
-
-
-
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)
-
-