public class WSSTabPanel.CryptoTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
CryptoTableModel(CryptoType cryptoType) |
Modifier and Type | Method and Description |
---|---|
void |
cryptoAdded(WssCrypto crypto) |
void |
cryptoRemoved(WssCrypto crypto) |
int |
getColumnCount() |
String |
getColumnName(int column) |
WssCrypto |
getCryptoAt(int row) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
release() |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
public CryptoTableModel(CryptoType cryptoType)
public void release()
public int getColumnCount()
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public int getRowCount()
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public Object getValueAt(int rowIndex, int columnIndex)
public WssCrypto getCryptoAt(int row)
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public void cryptoAdded(WssCrypto crypto)
public void cryptoRemoved(WssCrypto crypto)
Copyright © 2019. All Rights Reserved.