Class SignaturesTree

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

    public class SignaturesTree
    extends JTree
    SignaturesTree is a JTree derivative whose nodes are SignatureTreeNode objects, each of which refers to a document signature. The signature can be used to authenticate the identity of user and the documents contents. A node can be clicked on for more information pertaining to the signatures validity.
    Since:
    6.1
    See Also:
    OutlineItemTreeNode, Serialized Form
    • Constructor Detail

      • SignaturesTree

        public SignaturesTree​(TreeModel newModel)