Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » demo » [javadoc | source]
org.jfree.report.demo
public class: OpenSourceProjects [javadoc | source]
java.lang.Object
   javax.swing.table.AbstractTableModel
      org.jfree.report.demo.OpenSourceProjects

All Implemented Interfaces:
    Serializable, TableModel

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

Constructor:
 public OpenSourceProjects() 
Method from org.jfree.report.demo.OpenSourceProjects Summary:
getColumnCount,   getColumnName,   getRowCount,   getValueAt
Methods from javax.swing.table.AbstractTableModel:
addTableModelListener,   findColumn,   fireTableCellUpdated,   fireTableChanged,   fireTableDataChanged,   fireTableRowsDeleted,   fireTableRowsInserted,   fireTableRowsUpdated,   fireTableStructureChanged,   getColumnClass,   getColumnName,   getListeners,   getTableModelListeners,   isCellEditable,   removeTableModelListener,   setValueAt
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.demo.OpenSourceProjects Detail:
 public int getColumnCount() 
    Returns the column count.
 public String getColumnName(int column) 
    Returns the column name.
 public int getRowCount() 
    Returns the row count.
 public Object getValueAt(int row,
    int column) 
    Returns the value at a particular row and column.