COSObjectablepublic class PDJavascriptNameTreeNode extends PDNameTreeNode<PDActionJavaScript>
| Constructor | Description |
|---|---|
PDJavascriptNameTreeNode() |
Constructor.
|
PDJavascriptNameTreeNode(COSDictionary dic) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected PDActionJavaScript |
convertCOSToPD(COSBase base) |
Method to convert the COS value in the name tree to the PD Model object.
|
protected PDNameTreeNode<PDActionJavaScript> |
createChildNode(COSDictionary dic) |
Create a child node object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCOSObject, getKids, getLowerLimit, getNames, getParent, getUpperLimit, getValue, isRootNode, setKids, setNames, setParentpublic PDJavascriptNameTreeNode()
public PDJavascriptNameTreeNode(COSDictionary dic)
dic - The COS dictionary.protected PDActionJavaScript convertCOSToPD(COSBase base) throws java.io.IOException
PDNameTreeNodeconvertCOSToPD in class PDNameTreeNode<PDActionJavaScript>base - The COS object to convert.java.io.IOException - If there is an error during creation.protected PDNameTreeNode<PDActionJavaScript> createChildNode(COSDictionary dic)
PDNameTreeNodecreateChildNode in class PDNameTreeNode<PDActionJavaScript>dic - The dictionary for the child node object to refer to.Copyright © 2002–2018. All rights reserved.