Package org.eclipse.jgit.awtui
Class CommitGraphPane.CommitTableModel
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- org.eclipse.jgit.awtui.CommitGraphPane.CommitTableModel
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.table.TableModel
- Enclosing class:
- CommitGraphPane
class CommitGraphPane.CommitTableModel extends javax.swing.table.AbstractTableModel
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PersonIdent
lastAuthor
(package private) PlotCommit<SwingCommitList.SwingLane>
lastCommit
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CommitTableModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) PersonIdent
authorFor(PlotCommit<SwingCommitList.SwingLane> c)
int
getColumnCount()
int
getRowCount()
java.lang.Object
getValueAt(int rowIndex, int columnIndex)
-
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
lastCommit
PlotCommit<SwingCommitList.SwingLane> lastCommit
-
lastAuthor
PersonIdent lastAuthor
-
-
Method Detail
-
getColumnCount
public int getColumnCount()
-
getRowCount
public int getRowCount()
-
getValueAt
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
-
authorFor
PersonIdent authorFor(PlotCommit<SwingCommitList.SwingLane> c)
-
-