mailpuccino
Class LocalDirectoryService.ListConfig.CustomModel
java.lang.Object
javax.swing.table.AbstractTableModel
mailpuccino.LocalDirectoryService.ListConfig.CustomModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.table.TableModel
- Enclosing class:
- LocalDirectoryService.ListConfig
- class LocalDirectoryService.ListConfig.CustomModel
- extends javax.swing.table.AbstractTableModel
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalDirectoryService.ListConfig.CustomModel
LocalDirectoryService.ListConfig.CustomModel()
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getColumnName
public java.lang.String getColumnName(int Col)
getValueAt
public java.lang.Object getValueAt(int Row,
int Col)
isCellEditable
public boolean isCellEditable(int Row,
int Col)
changed
public void changed()
setValueAt
public void setValueAt(java.lang.Object Value,
int Row,
int Col)