Class RibbonMenu


  • public class RibbonMenu
    extends Object
    The class represents a menu, containing a list of ribbon elements
    • Method Detail

      • getElements

        public List<ElementgetElements()
        Get the list of elements contains in the menu
        Returns:
        The list of elements
      • addElements

        public void addElements​(List<Element> elements,
                                String order,
                                org.slf4j.Logger logger)
        Add a list of elements to the menu at the specified order index
        Parameters:
        elements - The list of elements
        order - The order
        logger - The logger