Package docking.menu

Class MenuBarManager

java.lang.Object
docking.menu.MenuBarManager
All Implemented Interfaces:
MenuGroupListener

public class MenuBarManager extends Object implements MenuGroupListener
Manages the main menu bar on the main frame
  • Constructor Details Link icon

  • Method Details Link icon

    • clearActions Link icon

      public void clearActions()
    • addAction Link icon

      public void addAction(DockingActionIf action)
      Adds an action to the menu
      Parameters:
      action - the action to be added
    • removeAction Link icon

      public void removeAction(DockingActionIf action)
      Removes an action from the menu.
      Parameters:
      action - the action to be removed.
    • dispose Link icon

      public void dispose()
      Releases all resources and makes this object unusable.
    • getMenuBar Link icon

      public JMenuBar getMenuBar()