com.lowagie.rups.view.models
public class DictionaryTableModel extends AbstractTableModel
| Field Summary | |
|---|---|
| protected PdfDictionary | dictionary The PDF dictionary. |
| protected ArrayList<PdfName> | keys An ArrayList with the dictionary keys. |
| static long | serialVersionUID A serial version UID. |
| Constructor Summary | |
|---|---|
| DictionaryTableModel(PdfDictionary dictionary)
Creates the TableModel. | |
| Method Summary | |
|---|---|
| int | getColumnCount() |
| String | getColumnName(int columnIndex) |
| int | getRowCount() |
| Object | getValueAt(int rowIndex, int columnIndex) |
Parameters: dictionary the dictionary we want to show
See Also: javax.swing.table.TableModel#getColumnCount()
See Also: javax.swing.table.AbstractTableModel#getColumnName(int)
See Also: javax.swing.table.TableModel#getRowCount()
See Also: javax.swing.table.TableModel#getValueAt(int, int)