Uses of Interface
com.lowagie.rups.view.models.JTableAutoModelInterface
-
Packages that use JTableAutoModelInterface Package Description com.lowagie.rups.view.itext com.lowagie.rups.view.models -
-
Uses of JTableAutoModelInterface in com.lowagie.rups.view.itext
Classes in com.lowagie.rups.view.itext that implement JTableAutoModelInterface Modifier and Type Class Description class
PagesTable
A JTable listing all the pages in a PDF file: the object number of each page dictionary and the page numbers (with label information if present).class
XRefTable
A JTable that shows the indirect objects of a PDF xref table. -
Uses of JTableAutoModelInterface in com.lowagie.rups.view.models
Fields in com.lowagie.rups.view.models declared as JTableAutoModelInterface Modifier and Type Field Description protected JTableAutoModelInterface
JTableAutoModel. table
The table that knows how to model itself.Constructors in com.lowagie.rups.view.models with parameters of type JTableAutoModelInterface Constructor Description JTableAutoModel(JTableAutoModelInterface table)
Constructs an auto model for a JTable.
-