org.jfree.report.demo
Class OpenSourceProjects

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byorg.jfree.report.demo.OpenSourceProjects
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class OpenSourceProjects
extends javax.swing.table.AbstractTableModel

A TableModel containing (hard-coded) data about Java projects that are free / open source.

If you would like to have your project listed here (and also at http://www.object-refinery.com/open.html), please send an e-mail to David Gilbert at:

david.gilbert@object-refinery.com

Author:
David Gilbert
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
OpenSourceProjects()
          Creates a new TableModel, populated with data about various software projects.
 
Method Summary
 int getColumnCount()
          Returns the column count.
 java.lang.String getColumnName(int column)
          Returns the column name.
 int getRowCount()
          Returns the row count.
 java.lang.Object getValueAt(int row, int column)
          Returns the value at a particular row and column.
 
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

OpenSourceProjects

public OpenSourceProjects()
Creates a new TableModel, populated with data about various software projects.

Method Detail

getRowCount

public int getRowCount()
Returns the row count.

Returns:
the row count.

getColumnCount

public int getColumnCount()
Returns the column count.

Returns:
the column count.

getColumnName

public java.lang.String getColumnName(int column)
Returns the column name.

Parameters:
column - the column (zero-based index).
Returns:
the column name.

getValueAt

public java.lang.Object getValueAt(int row,
                                   int column)
Returns the value at a particular row and column.

Parameters:
row - the row (zero-based index).
column - the column (zero-based index).
Returns:
the value.