Skip to content
Snippets Groups Projects
Commit 22cef4ad authored by Arthur Coolen's avatar Arthur Coolen
Browse files

BugId: 742

Gnu license included
parent 833257c4
No related branches found
No related tags found
No related merge requests found
/* /*
* ComponentTableModel.java * ComponentTableModel.java
* *
* Created on April 4th, 2006, 15:28 * Copyright (C) 2002-2007
* ASTRON (Netherlands Foundation for Research in Astronomy)
* P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl
* *
* To change this template, choose Tools | Options and locate the template under * This program is free software; you can redistribute it and/or modify
* the Source Creation and Management node. Right-click the template and choose * it under the terms of the GNU General Public License as published by
* Open. You can then make changes to the template in the Source Editor. * the Free Software Foundation; either version 2 of the License, or
*/ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package nl.astron.lofar.sas.otb.util.tablemodels; package nl.astron.lofar.sas.otb.util.tablemodels;
...@@ -18,7 +30,10 @@ import org.apache.log4j.Logger; ...@@ -18,7 +30,10 @@ import org.apache.log4j.Logger;
/** /**
* Implements the data model behind the component table * Implements the data model behind the component table
* *
* @created 04-04-2006, 15:28
* @author coolen * @author coolen
* @version $Id$
* @updated
*/ */
public class ComponentTableModel extends javax.swing.table.AbstractTableModel { public class ComponentTableModel extends javax.swing.table.AbstractTableModel {
......
/* /*
* PICtableModel.java * PICtableModel.java
* *
* Created on January 31, 2006, 11:11 AM * Copyright (C) 2002-2007
* ASTRON (Netherlands Foundation for Research in Astronomy)
* P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl
* *
* To change this template, choose Tools | Options and locate the template under * This program is free software; you can redistribute it and/or modify
* the Source Creation and Management node. Right-click the template and choose * it under the terms of the GNU General Public License as published by
* Open. You can then make changes to the template in the Source Editor. * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
package nl.astron.lofar.sas.otb.util.tablemodels; package nl.astron.lofar.sas.otb.util.tablemodels;
...@@ -17,9 +29,15 @@ import nl.astron.lofar.sas.otb.util.*; ...@@ -17,9 +29,15 @@ import nl.astron.lofar.sas.otb.util.*;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
/** /**
* Implements the data model behind the PIC table * Implements the data model behind the LogParam table
*
* @created 31-01-2006, 11:11
*
* @author Coolen
*
* @version $Id$
* *
* @author blaakmeer * @updated
*/ */
public class LogParamTableModel extends javax.swing.table.AbstractTableModel { public class LogParamTableModel extends javax.swing.table.AbstractTableModel {
......
/* /*
* PICtableModel.java * PICtableModel.java
* *
* Created on January 31, 2006, 11:11 AM * Copyright (C) 2002-2007
* ASTRON (Netherlands Foundation for Research in Astronomy)
* P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl
* *
* To change this template, choose Tools | Options and locate the template under * This program is free software; you can redistribute it and/or modify
* the Source Creation and Management node. Right-click the template and choose * it under the terms of the GNU General Public License as published by
* Open. You can then make changes to the template in the Source Editor. * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
package nl.astron.lofar.sas.otb.util.tablemodels; package nl.astron.lofar.sas.otb.util.tablemodels;
...@@ -18,7 +30,13 @@ import org.apache.log4j.Logger; ...@@ -18,7 +30,13 @@ import org.apache.log4j.Logger;
/** /**
* Implements the data model behind the PIC table * Implements the data model behind the PIC table
* *
* @created 31-01-2006, 11:11
*
* @author blaakmeer * @author blaakmeer
*
* @version $Id$
*
* @updated
*/ */
public class PICtableModel extends javax.swing.table.AbstractTableModel { public class PICtableModel extends javax.swing.table.AbstractTableModel {
......
/* /*
* TemplatetableModel.java * TemplatetableModel.java
* *
* Created on January 31, 2006, 11:11 AM * Copyright (C) 2002-2007
* ASTRON (Netherlands Foundation for Research in Astronomy)
* P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl
* *
* To change this template, choose Tools | Options and locate the template under * This program is free software; you can redistribute it and/or modify
* the Source Creation and Management node. Right-click the template and choose * it under the terms of the GNU General Public License as published by
* Open. You can then make changes to the template in the Source Editor. * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
package nl.astron.lofar.sas.otb.util.tablemodels; package nl.astron.lofar.sas.otb.util.tablemodels;
...@@ -16,9 +28,15 @@ import nl.astron.lofar.sas.otb.util.*; ...@@ -16,9 +28,15 @@ import nl.astron.lofar.sas.otb.util.*;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
/** /**
* Implements the data model behind the PIC table * Implements the data model behind the Template table
*
* @created 31-01-2006, 11:11
* *
* @author coolen * @author coolen
*
* @version $Id$
*
* @updated
*/ */
public class TemplatetableModel extends javax.swing.table.AbstractTableModel { public class TemplatetableModel extends javax.swing.table.AbstractTableModel {
......
...@@ -16,9 +16,15 @@ import nl.astron.lofar.sas.otb.util.*; ...@@ -16,9 +16,15 @@ import nl.astron.lofar.sas.otb.util.*;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
/** /**
* Implements the data model behind the PIC table * Implements the data model behind the VIC table
*
* @created 31-01-2006, 11:11
* *
* @author coolen * @author coolen
*
* @version $Id$
*
* @updated
*/ */
public class VICtableModel extends javax.swing.table.AbstractTableModel { public class VICtableModel extends javax.swing.table.AbstractTableModel {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment