Interface ToolBarButtonManager


public interface ToolBarButtonManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add the toolBarItem to the current ApplicationModules toolbar
    boolean
    Check to see if the current ApplicationModule has toolBarItem already displayed in its toolbar.
    void
    Loads the ToolbarItems from disk
    void
    Remove the toolBarItem from the current ApplicationModules toolbar.
    void
    Resets the toolbar items for this ApplicationModule to the defaults.
    void
    Save the contents of the ToolBarButtonManager to disk.
  • Method Details

    • addToolBarButton

      void addToolBarButton(IToolBarButtonItem item)
      Add the toolBarItem to the current ApplicationModules toolbar
      Parameters:
      item - The feature to be added to the ToolBarButton attribute
    • resetDefaultToolbars

      void resetDefaultToolbars()
      Resets the toolbar items for this ApplicationModule to the defaults.
    • removeToolBarButton

      void removeToolBarButton(IToolBarButtonItem item)
      Remove the toolBarItem from the current ApplicationModules toolbar.
      Parameters:
      item - Description
    • contains

      boolean contains(IToolBarButtonItem item)
      Check to see if the current ApplicationModule has toolBarItem already displayed in its toolbar.
      Parameters:
      item - Description
      Returns:
      Description
    • save

      void save()
      Save the contents of the ToolBarButtonManager to disk.
    • load

      void load()
      Loads the ToolbarItems from disk