Package convex.gui.models
Class AccountsTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
convex.gui.models.BaseTableModel
convex.gui.models.AccountsTableModel
-
Field Summary
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getColumnName
(int col) convex.core.data.AccountStatus
getEntry
(long ix) int
getValueAt
(int rowIndex, int columnIndex) boolean
isCellEditable
(int row, int col) void
setState
(convex.core.State newState) Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
-
Constructor Details
-
AccountsTableModel
public AccountsTableModel(convex.core.State state)
-
-
Method Details
-
getColumnName
- Specified by:
getColumnName
in interfaceTableModel
- Overrides:
getColumnName
in classAbstractTableModel
-
getRowCount
public int getRowCount() -
getColumnCount
public int getColumnCount() -
isCellEditable
public boolean isCellEditable(int row, int col) - Specified by:
isCellEditable
in interfaceTableModel
- Overrides:
isCellEditable
in classAbstractTableModel
-
getValueAt
-
setState
public void setState(convex.core.State newState) -
getEntry
public convex.core.data.AccountStatus getEntry(long ix)
-