mailpuccino
Class LocalDirectoryService.ListConfig.CustomModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended bymailpuccino.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


Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
(package private) LocalDirectoryService.ListConfig.CustomModel()
           
 
Method Summary
 void changed()
           
 int getColumnCount()
           
 java.lang.String getColumnName(int Col)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int Row, int Col)
           
 boolean isCellEditable(int Row, int Col)
           
 void setValueAt(java.lang.Object Value, int Row, int Col)
           
 
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
 

Constructor Detail

LocalDirectoryService.ListConfig.CustomModel

LocalDirectoryService.ListConfig.CustomModel()
Method Detail

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)