Package docking.menu

Class ToolBarManager

java.lang.Object
docking.menu.ToolBarManager

public class ToolBarManager extends Object
Manages the actions to be displayed in the toolbar. Organizes them by group.
  • Constructor Details

  • Method Details

    • clearActions

      public void clearActions()
    • addAction

      public void addAction(DockingActionIf action)
    • getAction

      public DockingActionIf getAction(String actionName)
    • dispose

      public void dispose()
      Releases all resources. Makes this object unusable.
    • isEmpty

      public boolean isEmpty()
    • getToolBar

      public JComponent getToolBar()
      Returns a component to be used as a toolbar.
      Returns:
      the toolbar component.
    • removeAction

      public void removeAction(DockingActionIf action)
      Removes the action from the toolbar.
      Parameters:
      action - the action to be removed.