com.lowagie.tools.arguments
Class PageTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.lowagie.tools.arguments.PageTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- public class PageTableModel
- extends AbstractTableModel
A table that shows info about the pages in a PDF document.
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
seitenzahl
int seitenzahl
reader
PdfReader reader
auftragarray
ArrayList auftragarray
myFormatter
DecimalFormat myFormatter
PageTableModel
public PageTableModel(String filename)
getColumnCount
public int getColumnCount()
- Returns the number of columns in the model.
- Returns:
- the number of columns in the model
getRowCount
public int getRowCount()
- Returns the number of rows in the model.
- Returns:
- the number of rows in the model
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
- Returns the value for the cell at
columnIndex
and rowIndex
.
- Parameters:
rowIndex
- the row whose value is to be queriedcolumnIndex
- the column whose value is to be queried
- Returns:
- the value Object at the specified cell
getColumnName
public String getColumnName(int column)