Package mekhq.gui.model
Class PersonnelEventLogModel
- All Implemented Interfaces:
- Serializable,- TableModel
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class mekhq.gui.model.DataTableModelcolumnNames, dataFields inherited from class javax.swing.table.AbstractTableModellistenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetAlignment(int column) Class<?>getColumnClass(int c) intgetColumnName(int column) getEvent(int row) intgetPreferredWidth(int column) getValueAt(int row, int column) booleanhasConstantWidth(int col) Methods inherited from class mekhq.gui.model.DataTableModelgetData, getRowCount, setDataMethods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
- 
Field Details- 
COL_DATEpublic static final int COL_DATE- See Also:
 
- 
COL_TEXTpublic static final int COL_TEXT- See Also:
 
 
- 
- 
Constructor Details- 
PersonnelEventLogModelpublic PersonnelEventLogModel()
 
- 
- 
Method Details- 
getColumnCountpublic int getColumnCount()- Specified by:
- getColumnCountin interface- TableModel
- Overrides:
- getColumnCountin class- DataTableModel<LogEntry>
 
- 
getColumnName- Specified by:
- getColumnNamein interface- TableModel
- Overrides:
- getColumnNamein class- DataTableModel<LogEntry>
 
- 
getValueAt
- 
getColumnClass- Specified by:
- getColumnClassin interface- TableModel
- Overrides:
- getColumnClassin class- DataTableModel<LogEntry>
 
- 
getEvent
- 
getAlignmentpublic int getAlignment(int column) 
- 
getPreferredWidthpublic int getPreferredWidth(int column) 
- 
hasConstantWidthpublic boolean hasConstantWidth(int col) 
- 
getRenderer
 
-