class CommitGraphPane.CommitTableModel
extends javax.swing.table.AbstractTableModel
Modifier and Type | Field and Description |
---|---|
(package private) PersonIdent |
lastAuthor |
(package private) PlotCommit<SwingCommitList.SwingLane> |
lastCommit |
private static long |
serialVersionUID |
Constructor and Description |
---|
CommitTableModel() |
Modifier and Type | Method and Description |
---|---|
(package private) PersonIdent |
authorFor(PlotCommit<SwingCommitList.SwingLane> c) |
int |
getColumnCount() |
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
private static final long serialVersionUID
PlotCommit<SwingCommitList.SwingLane> lastCommit
PersonIdent lastAuthor
public int getColumnCount()
public int getRowCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
PersonIdent authorFor(PlotCommit<SwingCommitList.SwingLane> c)