Class SystemPickerList

    • Field Detail

      • NODE_SYSTEM_PICKERS

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

      • SystemPickerList

        public SystemPickerList()
      • SystemPickerList

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

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

      • getPicker

        public ShortcutList getPicker​(java.lang.String name)
        Get the picker associated with the name requested
        Parameters:
        name - name of the toolbar to retrieve
        Returns:
        picker (ShortcutList instance) associated with the name sent as parameter