Public Member Functions

cl.utfsm.acs.ebe.util.EbeTableModel Class Reference

Inherits javax::swing::table::AbstractTableModel.

List of all members.

Public Member Functions

 EbeTableModel ()
 EbeTableModel (ComplexObject complex, ErrorBrowserEditor editor)
int getRowCount ()
int getColumnCount ()
Object getValueAt (int rowIndex, int columnIndex)
boolean isCellEditable (int row, int col)
String getColumnName (int c)
void setValueAt (Object value, int row, int col)

Detailed Description

Author:
javarias[at]inf.utfsm.cl Implements the table model used in the GUI of Error Browser and Editor. This model is used to show the data of Documents and Error/Completion attributes table.

Constructor & Destructor Documentation

cl.utfsm.acs.ebe.util.EbeTableModel.EbeTableModel (  ) 
cl.utfsm.acs.ebe.util.EbeTableModel.EbeTableModel ( ComplexObject  complex,
ErrorBrowserEditor  editor 
)

Member Function Documentation

int cl.utfsm.acs.ebe.util.EbeTableModel.getColumnCount (  ) 
String cl.utfsm.acs.ebe.util.EbeTableModel.getColumnName ( int  c  ) 
int cl.utfsm.acs.ebe.util.EbeTableModel.getRowCount (  ) 
Object cl.utfsm.acs.ebe.util.EbeTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)
boolean cl.utfsm.acs.ebe.util.EbeTableModel.isCellEditable ( int  row,
int  col 
)
void cl.utfsm.acs.ebe.util.EbeTableModel.setValueAt ( Object  value,
int  row,
int  col 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties