Interface Toolbar

    • Method Detail

      • addActionButton

        ToolbarActionButton addActionButton​(UserMessage aLabel)
        Creates a new instance of an action button and adds it directly in this toolbar.
        Returns:
        the new instance of the action button so that it can be modified.
      • addActionButton

        ToolbarActionButton addActionButton​(String aLabel)
        Creates a new instance of an action button and adds it directly in this toolbar.
        Returns:
        the new instance of the action button so that it can be modified.
      • addMenuButton

        ToolbarMenuButton addMenuButton​(UserMessage aLabel)
        Creates a new instance of a menu button and adds it directly in this toolbar.
        Returns:
        the new instance of the menu button so that it can be modified.
      • addMenuButton

        ToolbarMenuButton addMenuButton​(String aLabel)
        Creates a new instance of a menu button and adds it directly in this toolbar.
        Returns:
        the new instance of the menu button so that it can be modified.
      • addSeparator

        void addSeparator()
        Adds a separator between two buttons in the toolbar.