Ontimize 5.2072EN

com.ontimize.report
Class BasicReportSelection.ListReportPanel.ModelListReport

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended bycom.ontimize.report.BasicReportSelection.ListReportPanel.ModelListReport
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
BasicReportSelection.ListReportPanel

protected class BasicReportSelection.ListReportPanel.ModelListReport
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
BasicReportSelection.ListReportPanel.ModelListReport()
           
 
Method Summary
 int contain(java.lang.String name, java.lang.String description)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int columnIndex)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int rowIndex, int columnIndex)
           
 void removeRow(int rowIndex)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicReportSelection.ListReportPanel.ModelListReport

public BasicReportSelection.ListReportPanel.ModelListReport()
Method Detail

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

getColumnName

public java.lang.String getColumnName(int columnIndex)

removeRow

public void removeRow(int rowIndex)

getValueAt

public java.lang.Object getValueAt(int rowIndex,
                                   int columnIndex)

contain

public int contain(java.lang.String name,
                   java.lang.String description)

Ontimize