Class ToolbarInfoList

    • Field Detail

      • NODE_TOOLBARS

        public static final java.lang.String NODE_TOOLBARS
        Name of the node represenation of this object
        See Also:
        Constant Field Values
    • Constructor Detail

      • ToolbarInfoList

        public ToolbarInfoList()
      • ToolbarInfoList

        public ToolbarInfoList​(org.w3c.dom.Node root)
        Class constructor. Creates a new instance of the ToolbarInfoList, initializing it with the information provided on an xml Node.
        Parameters:
        root - Node instance representing the different pages information.
      • ToolbarInfoList

        public ToolbarInfoList​(org.w3c.dom.Document doc)
        Class constructor. Creates a new instance of the ToolbarInfoList, initializing it with the information provided on an xml Document.
        Parameters:
        doc - DOM Document with information to initialize this class
    • Method Detail

      • getToolbar

        public ShortcutListSet getToolbar​(java.lang.String name)
        Get the toolbar associated with the name requested
        Parameters:
        name - name of the toolbar to retrieve
        Returns:
        list of menus associated with the name sent as parameter