public abstract class FinancialTransactionColumn extends Object implements Column
| Modifier and Type | Field and Description |
|---|---|
protected TableCellEditor |
editor |
protected TableCellRenderer |
renderer |
protected FinancialTransactionTableModel |
tableModel |
| Constructor and Description |
|---|
FinancialTransactionColumn(FinancialTransactionTableModel tableModel) |
| Modifier and Type | Method and Description |
|---|---|
TableCellEditor |
getCellEditor(int row) |
TableCellRenderer |
getCellRenderer(int row) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnClass, getColumnName, getValueAt, isCellEditable, setValueAtprotected FinancialTransactionTableModel tableModel
protected TableCellRenderer renderer
protected TableCellEditor editor
public FinancialTransactionColumn(FinancialTransactionTableModel tableModel)
public TableCellRenderer getCellRenderer(int row)
getCellRenderer in interface Columnpublic TableCellEditor getCellEditor(int row)
getCellEditor in interface ColumnCopyright © 2008–2013 CodeLutin. All rights reserved.