Class OpenSourceProjects

  • All Implemented Interfaces:
    Serializable, TableModel

    public class OpenSourceProjects
    extends 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
    • 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.
      • getValueAt

        public 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.