Package org.bidib.wizard.mvc.ping.view
Class PingTableTableModel
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- com.jgoodies.binding.adapter.AbstractTableAdapter<NodePingModel>
-
- org.bidib.wizard.mvc.ping.view.PingTableTableModel
-
- All Implemented Interfaces:
com.jgoodies.binding.adapter.ListModelBindable,Serializable,TableModel
public class PingTableTableModel extends com.jgoodies.binding.adapter.AbstractTableAdapter<NodePingModel>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLUMN_DESCRIPTIONstatic intCOLUMN_PING_INTERVALstatic intCOLUMN_STATUSstatic intCOLUMN_UNIQUE_ID-
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
-
Constructor Summary
Constructors Constructor Description PingTableTableModel(com.jgoodies.binding.list.SelectionInList<NodePingModel> nodeList)
-
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)voidsetValueAt(Object value, int rowIndex, int columnIndex)-
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
-
-
-
-
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_PING_INTERVAL
public static final int COLUMN_PING_INTERVAL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PingTableTableModel
public PingTableTableModel(com.jgoodies.binding.list.SelectionInList<NodePingModel> nodeList)
-
-
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)
-
setValueAt
public void setValueAt(Object value, int rowIndex, int columnIndex)
- Specified by:
setValueAtin interfaceTableModel- Overrides:
setValueAtin classAbstractTableModel
-
-