Package mekhq.gui.model
Class LogTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
mekhq.gui.model.LogTableModel
- All Implemented Interfaces:
Serializable,TableModel
A table model for displaying log entries.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class javax.swing.table.AbstractTableModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAlignment(int col) Class<?>getColumnClass(int c) intgetColumnName(int column) intgetColumnWidth(int c) getEntry(int row) intgetTooltip(int row, int col) getValueAt(int row, int col) voidMethods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
-
Field Details
-
data
-
COL_DATE
public static final int COL_DATE- See Also:
-
COL_DESC
public static final int COL_DESC- See Also:
-
N_COL
public static final int N_COL- See Also:
-
-
Constructor Details
-
LogTableModel
-
-
Method Details
-
getRowCount
public int getRowCount() -
getColumnCount
public int getColumnCount() -
getColumnName
- Specified by:
getColumnNamein interfaceTableModel- Overrides:
getColumnNamein classAbstractTableModel
-
getValueAt
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel- Overrides:
getColumnClassin classAbstractTableModel
-
getEntry
-
getColumnWidth
public int getColumnWidth(int c) -
getAlignment
public int getAlignment(int col) -
getTooltip
-
setData
-
getRenderer
-