Package ca.phon.app.project.git
Class CommitTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
ca.phon.app.project.git.CommitTableModel
- All Implemented Interfaces:
Serializable
,TableModel
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
Constructor Summary
ConstructorDescriptionCommitTableModel
(boolean indexed) CommitTableModel
(org.eclipse.jgit.api.Status status, boolean indexed) -
Method Summary
Modifier and TypeMethodDescriptionint
getColumnName
(int col) getList()
int
org.eclipse.jgit.api.Status
getValueAt
(int rowIndex, int columnIndex) void
setStatus
(org.eclipse.jgit.api.Status status) Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
-
Constructor Details
-
CommitTableModel
public CommitTableModel(boolean indexed) -
CommitTableModel
public CommitTableModel(org.eclipse.jgit.api.Status status, boolean indexed)
-
-
Method Details
-
setStatus
public void setStatus(org.eclipse.jgit.api.Status status) -
getStatus
public org.eclipse.jgit.api.Status getStatus() -
getList
-
getRowCount
public int getRowCount() -
getColumnCount
public int getColumnCount() -
getColumnName
- Specified by:
getColumnName
in interfaceTableModel
- Overrides:
getColumnName
in classAbstractTableModel
-
getStatus
-
getValueAt
-