Uses of Class
com.lowagie.rups.model.TreeNodeFactory
Packages that use TreeNodeFactory
-
Uses of TreeNodeFactory in com.lowagie.rups.controller
Fields in com.lowagie.rups.controller declared as TreeNodeFactoryModifier and TypeFieldDescriptionprotected TreeNodeFactory
PdfReaderController.nodes
The factory producing tree nodes. -
Uses of TreeNodeFactory in com.lowagie.rups.model
Fields in com.lowagie.rups.model declared as TreeNodeFactoryModifier and TypeFieldDescriptionprotected TreeNodeFactory
ObjectLoader.nodes
The factory that can provide tree nodes.Methods in com.lowagie.rups.model that return TreeNodeFactory -
Uses of TreeNodeFactory in com.lowagie.rups.view.itext
Methods in com.lowagie.rups.view.itext with parameters of type TreeNodeFactoryModifier and TypeMethodDescriptionprivate 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.