Class RibbonList

    • Constructor Detail

      • RibbonList

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

        public RibbonList​(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.
      • RibbonList

        public RibbonList​(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

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getTargetPath

        public java.lang.String getTargetPath()
      • setTargetPath

        public void setTargetPath​(java.lang.String tp)
      • getSelectedPreferenceName

        public java.lang.String getSelectedPreferenceName()
      • setSelectedPreferenceName

        public void setSelectedPreferenceName​(java.lang.String value)
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Overrides:
        getKeyAttribute in class AbstractConfigurationElementList