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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class javax.swing.table.AbstractTableModel
listenerList -
Constructor Summary
ConstructorsConstructorDescriptionPingTableTableModel(com.jgoodies.binding.list.SelectionInList<NodePingModel> nodeList) -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getColumnClass(int column) getValueAt(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, setListModelMethods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
-
Field Details
-
COLUMN_UNIQUE_ID
public static final int COLUMN_UNIQUE_ID- See Also:
-
COLUMN_DESCRIPTION
public static final int COLUMN_DESCRIPTION- See Also:
-
COLUMN_STATUS
public static final int COLUMN_STATUS- See Also:
-
COLUMN_PING_INTERVAL
public static final int COLUMN_PING_INTERVAL- See Also:
-
COLUMN_ADDITIONAL_START_VALUE
public static final int COLUMN_ADDITIONAL_START_VALUE- See Also:
-
COLUMN_ADDITIONAL_FILL_BYTES_COUNT
public static final int COLUMN_ADDITIONAL_FILL_BYTES_COUNT- See Also:
-
COLUMN_ADDITIONAL_TOTAL_BYTES_COUNT
public static final int COLUMN_ADDITIONAL_TOTAL_BYTES_COUNT- See Also:
-
COLUMN_IDENTIFY_PROCESSING_WAIT_DURATION
public static final int COLUMN_IDENTIFY_PROCESSING_WAIT_DURATION- See Also:
-
-
Constructor Details
-
PingTableTableModel
-
-
Method Details
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel- Overrides:
getColumnClassin classAbstractTableModel
-
isCellEditable
public boolean isCellEditable(int row, int column) - Specified by:
isCellEditablein interfaceTableModel- Overrides:
isCellEditablein classAbstractTableModel
-
getValueAt
-
setValueAt
- Specified by:
setValueAtin interfaceTableModel- Overrides:
setValueAtin classAbstractTableModel
-