Class BoosterTableTableModel
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- com.jgoodies.binding.adapter.AbstractTableAdapter<BoosterModel>
-
- org.bidib.wizard.mvc.booster.view.BoosterTableTableModel
-
- All Implemented Interfaces:
com.jgoodies.binding.adapter.ListModelBindable,Serializable,TableModel
public class BoosterTableTableModel extends com.jgoodies.binding.adapter.AbstractTableAdapter<BoosterModel>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLUMN_CONTROLstatic intCOLUMN_CS_STATUSstatic intCOLUMN_CURRENTstatic intCOLUMN_DESCRIPTIONstatic intCOLUMN_MAX_CURRENTstatic intCOLUMN_PORT_INSTANCEstatic intCOLUMN_STATUSstatic intCOLUMN_TEMPERATUREstatic intCOLUMN_UNIQUE_IDstatic intCOLUMN_VOLTAGE-
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
-
Constructor Summary
Constructors Constructor Description BoosterTableTableModel(com.jgoodies.binding.list.SelectionInList<BoosterModel> boosterList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getColumnClass(int column)ObjectgetValueAt(int rowIndex, int columnIndex)booleanisCellEditable(int row, int column)-
Methods inherited from class com.jgoodies.binding.adapter.AbstractTableAdapter
createChangeHandler, getColumnCount, getColumnName, getListModel, getRow, getRowCount, setListModel
-
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
-
-
-
-
Field Detail
-
COLUMN_UNIQUE_ID
public static final int COLUMN_UNIQUE_ID
- See Also:
- Constant Field Values
-
COLUMN_DESCRIPTION
public static final int COLUMN_DESCRIPTION
- See Also:
- Constant Field Values
-
COLUMN_STATUS
public static final int COLUMN_STATUS
- See Also:
- Constant Field Values
-
COLUMN_CS_STATUS
public static final int COLUMN_CS_STATUS
- See Also:
- Constant Field Values
-
COLUMN_TEMPERATURE
public static final int COLUMN_TEMPERATURE
- See Also:
- Constant Field Values
-
COLUMN_VOLTAGE
public static final int COLUMN_VOLTAGE
- See Also:
- Constant Field Values
-
COLUMN_MAX_CURRENT
public static final int COLUMN_MAX_CURRENT
- See Also:
- Constant Field Values
-
COLUMN_CURRENT
public static final int COLUMN_CURRENT
- See Also:
- Constant Field Values
-
COLUMN_CONTROL
public static final int COLUMN_CONTROL
- See Also:
- Constant Field Values
-
COLUMN_PORT_INSTANCE
public static final int COLUMN_PORT_INSTANCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BoosterTableTableModel
public BoosterTableTableModel(com.jgoodies.binding.list.SelectionInList<BoosterModel> boosterList)
-
-
Method Detail
-
getColumnClass
public Class<?> getColumnClass(int column)
- Specified by:
getColumnClassin interfaceTableModel- Overrides:
getColumnClassin classAbstractTableModel
-
isCellEditable
public boolean isCellEditable(int row, int column)- Specified by:
isCellEditablein interfaceTableModel- Overrides:
isCellEditablein classAbstractTableModel
-
getValueAt
public Object getValueAt(int rowIndex, int columnIndex)
-
-