|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.icepdf.ri.common.utility.signatures.SignatureTreeNode
public class SignatureTreeNode
Represents a signatures in the signature tree. The node can be expanded to show more details about the signer, validity and certificate details.
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
SignatureTreeNode(org.icepdf.core.pobjects.annotations.SignatureWidgetAnnotation signatureWidgetAnnotation,
java.util.ResourceBundle messageBundle)
Creates a new instance of an OutlineItemTreeNode |
|
| Method Summary | |
|---|---|
org.icepdf.core.pobjects.annotations.SignatureWidgetAnnotation |
getOutlineItem()
|
protected javax.swing.ImageIcon |
getRootNodeValidityIcon()
|
boolean |
isVerifyingSignature()
|
void |
refreshSignerNode()
Builds a rather complicated tree node and child nodes to show various properties of a a signer and the corresponding certificate. |
void |
setVerifyingSignature(boolean verifyingSignature)
Flat to indicated that the validation process has completed and the state variables are in a completed state. |
void |
validateSignatureNode()
Validates the signatures represented by this tree node. |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureTreeNode(org.icepdf.core.pobjects.annotations.SignatureWidgetAnnotation signatureWidgetAnnotation,
java.util.ResourceBundle messageBundle)
signatureWidgetAnnotation - Contains PDF Outline signatureWidgetAnnotation data| Method Detail |
|---|
public void validateSignatureNode()
throws org.icepdf.core.pobjects.acroform.signature.exceptions.SignatureIntegrityException
refreshSignerNode()
org.icepdf.core.pobjects.acroform.signature.exceptions.SignatureIntegrityExceptionpublic void refreshSignerNode()
protected javax.swing.ImageIcon getRootNodeValidityIcon()
public boolean isVerifyingSignature()
public void setVerifyingSignature(boolean verifyingSignature)
verifyingSignature - true to indicate the validation process is complete, otherwise falls.public org.icepdf.core.pobjects.annotations.SignatureWidgetAnnotation getOutlineItem()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||