Uses of Class
com.lowagie.rups.model.TreeNodeFactory
-
Packages that use TreeNodeFactory Package Description com.lowagie.rups.controller com.lowagie.rups.model com.lowagie.rups.view.itext -
-
Uses of TreeNodeFactory in com.lowagie.rups.controller
Fields in com.lowagie.rups.controller declared as TreeNodeFactory Modifier and Type Field Description protected TreeNodeFactory
PdfReaderController. nodes
The factory producing tree nodes. -
Uses of TreeNodeFactory in com.lowagie.rups.model
Fields in com.lowagie.rups.model declared as TreeNodeFactory Modifier and Type Field Description protected TreeNodeFactory
ObjectLoader. nodes
The factory that can provide tree nodes.Methods in com.lowagie.rups.model that return TreeNodeFactory Modifier and Type Method Description TreeNodeFactory
ObjectLoader. getNodes()
Getter for the tree node factory. -
Uses of TreeNodeFactory in com.lowagie.rups.view.itext
Methods in com.lowagie.rups.view.itext with parameters of type TreeNodeFactory Modifier and Type Method Description private void
FormTree. loadFields(TreeNodeFactory factory, FormTreeNode form_node, PdfObjectTreeNode object_node)
Method that can be used recursively to load the fields hierarchy into the tree.private void
OutlineTree. loadOutline(TreeNodeFactory factory, OutlineTreeNode parent, PdfObjectTreeNode child)
Method that can be used recursively to load the outline hierarchy into the tree.private void
FormTree. loadXfa(TreeNodeFactory factory, XfaTreeNode form_node, PdfObjectTreeNode object_node)
Method that will load the nodes that refer to XFA streams.
-