Package com.lowagie.rups.view.models
| Interface Summary |
| JTableAutoModelInterface |
Tables that contain the information necessary for creating their model
should implement this interface, so that they can use the JTableAutoModel
class as TableModel. |
| Class Summary |
| DictionaryTableModel |
A TableModel in case we want to show a PDF dictionary in a JTable. |
| JTableAutoModel |
A reusable TableModel class for tables that implement the
JTableAutoModelInterface. |
| PdfArrayTableModel |
A TableModel in case we want to show a PDF array in a JTable. |