Class ContextMenuList

    • Constructor Detail

      • ContextMenuList

        public ContextMenuList()
        Class constructor. Initializes a new -empty- instance of the RibbonList class.
      • ContextMenuList

        public ContextMenuList​(org.w3c.dom.Node root)
        Class constructor. Initializes a RibbonList instance based on the information included in the XML Node
        Parameters:
        root - Node instance representing the shortcut list information.
      • ContextMenuList

        public ContextMenuList​(org.w3c.dom.Document doc)
        Class constructor. Initializes a RibbonList instance based on the information included in the DOM Document
        Parameters:
        doc - Document instance representing the shortcut list information.
    • Method Detail

      • getContextMenu

        public ContextMenuInfo getContextMenu​(java.lang.String contextMenuName)