Package docking.help

Class CustomTOCView.CustomTreeItemDecorator

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CustomTOCView

    public static class CustomTOCView.CustomTreeItemDecorator
    extends javax.help.TOCItem
    A custom tree item that allows us to store and retrieve custom attributes that we parsed from the TOC xml document.
    See Also:
    Serialized Form
    • Constructor Detail

      • CustomTreeItemDecorator

        public CustomTreeItemDecorator​(javax.help.TOCItem wrappedItem)
    • Method Detail

      • getDisplayText

        public java.lang.String getDisplayText()
      • getTocID

        public java.lang.String getTocID()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getExpansionType

        public int getExpansionType()
        Overrides:
        getExpansionType in class javax.help.TreeItem
      • getHelpSet

        public javax.help.HelpSet getHelpSet()
        Overrides:
        getHelpSet in class javax.help.TreeItem
      • getID

        public javax.help.Map.ID getID()
        Overrides:
        getID in class javax.help.TreeItem
      • getImageID

        public javax.help.Map.ID getImageID()
        Overrides:
        getImageID in class javax.help.TOCItem
      • getLocale

        public java.util.Locale getLocale()
        Overrides:
        getLocale in class javax.help.TreeItem
      • getMergeType

        public java.lang.String getMergeType()
        Overrides:
        getMergeType in class javax.help.TreeItem
      • getName

        public java.lang.String getName()
        Overrides:
        getName in class javax.help.TreeItem
      • getPresentation

        public java.lang.String getPresentation()
        Overrides:
        getPresentation in class javax.help.TreeItem
      • getPresentationName

        public java.lang.String getPresentationName()
        Overrides:
        getPresentationName in class javax.help.TreeItem
      • getURL

        public java.net.URL getURL()
        Overrides:
        getURL in class javax.help.TreeItem
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • setExpansionType

        public void setExpansionType​(int type)
        Overrides:
        setExpansionType in class javax.help.TreeItem
      • setHelpSet

        public void setHelpSet​(javax.help.HelpSet hs)
        Overrides:
        setHelpSet in class javax.help.TreeItem
      • setID

        public void setID​(javax.help.Map.ID id)
        Overrides:
        setID in class javax.help.TreeItem
      • setMergeType

        public void setMergeType​(java.lang.String mergeType)
        Overrides:
        setMergeType in class javax.help.TreeItem
      • setName

        public void setName​(java.lang.String name)
        Overrides:
        setName in class javax.help.TreeItem
      • setPresentation

        public void setPresentation​(java.lang.String presentation)
        Overrides:
        setPresentation in class javax.help.TreeItem
      • setPresentationName

        public void setPresentationName​(java.lang.String presentationName)
        Overrides:
        setPresentationName in class javax.help.TreeItem
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class javax.help.TreeItem