Uses of Interface
com.lowagie.rups.view.models.JTableAutoModelInterface
Packages that use JTableAutoModelInterface
-
Uses of JTableAutoModelInterface in com.lowagie.rups.view.itext
Classes in com.lowagie.rups.view.itext that implement JTableAutoModelInterfaceModifier and TypeClassDescriptionclass
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
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 JTableAutoModelInterfaceModifier and TypeFieldDescriptionprotected JTableAutoModelInterface
JTableAutoModel.table
The table that knows how to model itself.Constructors in com.lowagie.rups.view.models with parameters of type JTableAutoModelInterfaceModifierConstructorDescriptionConstructs an auto model for a JTable.