com.atomikos.vendor
Class HostsTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.atomikos.swing.AbstractPropertiesTableModel
com.atomikos.vendor.HostsTableModel
- All Implemented Interfaces:
- PropertiesTableModel, Serializable, TableModel
public class HostsTableModel
- extends AbstractPropertiesTableModel
Copyright © 2003 Guy Pardon, Atomikos. All rights reserved.
- Author:
- guy
A table model for node-locking IP addresses.
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostsTableModel
public HostsTableModel(Vector data,
String[] columnNames)
- Parameters:
data
- columnNames
-
getValueAt
public Object getValueAt(int row,
int column)
- Specified by:
getValueAt
in interface TableModel
- Specified by:
getValueAt
in class AbstractPropertiesTableModel
Copyright © 2012. All Rights Reserved.