org.argouml.moduleloader
Class SettingsTabModules.ModuleTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byorg.argouml.moduleloader.SettingsTabModules.ModuleTableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
SettingsTabModules

class SettingsTabModules.ModuleTableModel
extends AbstractTableModel

Table model for the table with modules.


Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
SettingsTabModules.ModuleTableModel()
           
 
Method Summary
 Class getColumnClass(int col)
           
 int getColumnCount()
           
 String getColumnName(int col)
           
 int getRowCount()
           
 Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void setValueAt(Object ob, int row, int col)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsTabModules.ModuleTableModel

public SettingsTabModules.ModuleTableModel()
Method Detail

getColumnCount

public int getColumnCount()
See Also:
TableModel.getColumnCount()

getColumnName

public String getColumnName(int col)
See Also:
TableModel.getColumnName(int)

getRowCount

public int getRowCount()
See Also:
TableModel.getRowCount()

getValueAt

public Object getValueAt(int row,
                         int col)
See Also:
TableModel.getValueAt(int, int)

setValueAt

public void setValueAt(Object ob,
                       int row,
                       int col)
See Also:
TableModel.setValueAt( java.lang.Object, int, int)

getColumnClass

public Class getColumnClass(int col)
See Also:
TableModel.getColumnClass(int)

isCellEditable

public boolean isCellEditable(int row,
                              int col)
See Also:
TableModel.isCellEditable(int, int)


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook