Uses of Class
com.lowagie.rups.controller.PdfReaderController
Packages that use PdfReaderController
-
Uses of PdfReaderController in com.lowagie.rups.controller
Fields in com.lowagie.rups.controller declared as PdfReaderControllerModifier and TypeFieldDescriptionprotected PdfReaderController
RupsController.readerController
Object with the GUI components for iText. -
Uses of PdfReaderController in com.lowagie.rups.view.itext
Fields in com.lowagie.rups.view.itext declared as PdfReaderControllerModifier and TypeFieldDescriptionprotected PdfReaderController
FormTree.controller
Nodes in the FormTree correspond with nodes in the main PdfTree.protected PdfReaderController
OutlineTree.controller
Nodes in the FormTree correspond with nodes in the main PdfTree.protected PdfReaderController
PagesTable.controller
Nodes in the FormTree correspond with nodes in the main PdfTree.protected PdfReaderController
XRefTable.controller
The renderer that will render an object when selected in the table.Constructors in com.lowagie.rups.view.itext with parameters of type PdfReaderControllerModifierConstructorDescriptionFormTree
(PdfReaderController controller) Creates a new FormTree.OutlineTree
(PdfReaderController controller) Creates a new outline tree.PagesTable
(PdfReaderController controller, PageSelectionListener listener) Constructs a PagesTable.XRefTable
(PdfReaderController controller) Creates a JTable visualizing xref table.