public abstract class MaliciousAttachmentTableModel extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
protected AttachmentHolder |
holder |
listenerList
Constructor and Description |
---|
MaliciousAttachmentTableModel() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addResult(MaliciousAttachmentConfig config) |
void |
clear() |
abstract int |
getColumnCount() |
abstract String |
getColumnName(int column) |
int |
getRowCount() |
MaliciousAttachmentConfig |
getRowValue(int rowIndex) |
abstract Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
removeResult(int i) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
protected AttachmentHolder holder
public int getRowCount()
public void removeResult(int i)
public void clear()
public MaliciousAttachmentConfig getRowValue(int rowIndex)
public abstract int getColumnCount()
public abstract String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public abstract Object getValueAt(int rowIndex, int columnIndex)
public abstract void addResult(MaliciousAttachmentConfig config)
Copyright © 2019. All Rights Reserved.