Class JDFAutoIconList

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFIconList

    public abstract class JDFAutoIconList
    extends JDFElement
    class JDFAutoIconList : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoIconList

        protected JDFAutoIconList​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String qualifiedName)
        Constructor for JDFAutoIconList
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoIconList

        protected JDFAutoIconList​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String myNamespaceURI,
                                  java.lang.String qualifiedName)
        Constructor for JDFAutoIconList
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoIconList

        protected JDFAutoIconList​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String myNamespaceURI,
                                  java.lang.String qualifiedName,
                                  java.lang.String myLocalName)
        Constructor for JDFAutoIconList
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • getIcon

        public JDFIcon getIcon()
        (24) const get element Icon
        Returns:
        JDFIcon the element
      • getCreateIcon

        public JDFIcon getCreateIcon()
        (25) getCreateIcon
        Returns:
        JDFIcon the element
      • getCreateIcon

        public JDFIcon getCreateIcon​(int iSkip)
        (26) getCreateIcon
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFIcon the element
      • getIcon

        public JDFIcon getIcon​(int iSkip)
        (27) const get element Icon
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFIcon the element default is getIcon(0)
      • getAllIcon

        public java.util.Collection<JDFIcon> getAllIcon()
        Get all Icon from the current element
        Returns:
        Collection, null if none are available
      • appendIcon

        public JDFIcon appendIcon()
        (30) append element Icon
        Returns:
        JDFIcon the element