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, removeTableModelListenerpublic CryptoTableModel(CryptoType cryptoType)
public void release()
public int getColumnCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getRowCount()
public boolean isCellEditable(int rowIndex,
                              int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public WssCrypto getCryptoAt(int row)
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic void cryptoAdded(WssCrypto crypto)
public void cryptoRemoved(WssCrypto crypto)
Copyright © 2019. All Rights Reserved.