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

BugID:604

Moved all tablemodels to new model directory
parent 96f9e9ed
No related branches found
No related tags found
No related merge requests found
Showing
with 544 additions and 349 deletions
...@@ -14,6 +14,10 @@ import nl.astron.lofar.sas.otb.*; ...@@ -14,6 +14,10 @@ import nl.astron.lofar.sas.otb.*;
import nl.astron.lofar.sas.otb.jotdb2.jOTDBtree; import nl.astron.lofar.sas.otb.jotdb2.jOTDBtree;
import nl.astron.lofar.sas.otb.jotdb2.jVICnodeDef; import nl.astron.lofar.sas.otb.jotdb2.jVICnodeDef;
import nl.astron.lofar.sas.otb.util.*; import nl.astron.lofar.sas.otb.util.*;
import nl.astron.lofar.sas.otb.util.tablemodels.ComponentTableModel;
import nl.astron.lofar.sas.otb.util.tablemodels.PICtableModel;
import nl.astron.lofar.sas.otb.util.tablemodels.TemplatetableModel;
import nl.astron.lofar.sas.otb.util.tablemodels.VICtableModel;
import nl.astron.lofar.sas.otbcomponents.LoadFileDialog; import nl.astron.lofar.sas.otbcomponents.LoadFileDialog;
import nl.astron.lofar.sas.otbcomponents.TreeInfoDialog; import nl.astron.lofar.sas.otbcomponents.TreeInfoDialog;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
......
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
* Open. You can then make changes to the template in the Source Editor. * Open. You can then make changes to the template in the Source Editor.
*/ */
package nl.astron.lofar.sas.otb.util; package nl.astron.lofar.sas.otb.util.tablemodels;
import java.util.Vector; import java.util.Vector;
import nl.astron.lofar.sas.otb.jotdb2.jVICnodeDef; import nl.astron.lofar.sas.otb.jotdb2.jVICnodeDef;
import nl.astron.lofar.sas.otb.util.*;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
/** /**
......
...@@ -8,11 +8,12 @@ ...@@ -8,11 +8,12 @@
* Open. You can then make changes to the template in the Source Editor. * Open. You can then make changes to the template in the Source Editor.
*/ */
package nl.astron.lofar.sas.otb.util; package nl.astron.lofar.sas.otb.util.tablemodels;
import java.util.Vector; import java.util.Vector;
import nl.astron.lofar.sas.otb.MainFrame; import nl.astron.lofar.sas.otb.MainFrame;
import nl.astron.lofar.sas.otb.jotdb2.jOTDBvalue; import nl.astron.lofar.sas.otb.jotdb2.jOTDBvalue;
import nl.astron.lofar.sas.otb.util.*;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
/** /**
......
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
* Open. You can then make changes to the template in the Source Editor. * Open. You can then make changes to the template in the Source Editor.
*/ */
package nl.astron.lofar.sas.otb.util; package nl.astron.lofar.sas.otb.util.tablemodels;
import java.util.Vector; import java.util.Vector;
import nl.astron.lofar.sas.otb.jotdb2.jOTDBtree; import nl.astron.lofar.sas.otb.jotdb2.jOTDBtree;
import nl.astron.lofar.sas.otb.util.*;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
/** /**
......
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
* Open. You can then make changes to the template in the Source Editor. * Open. You can then make changes to the template in the Source Editor.
*/ */
package nl.astron.lofar.sas.otb.util; package nl.astron.lofar.sas.otb.util.tablemodels;
import java.util.Vector; import java.util.Vector;
import nl.astron.lofar.sas.otb.jotdb2.jOTDBtree; import nl.astron.lofar.sas.otb.jotdb2.jOTDBtree;
import nl.astron.lofar.sas.otb.util.*;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
/** /**
......
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
* Open. You can then make changes to the template in the Source Editor. * Open. You can then make changes to the template in the Source Editor.
*/ */
package nl.astron.lofar.sas.otb.util; package nl.astron.lofar.sas.otb.util.tablemodels;
import java.util.Vector; import java.util.Vector;
import nl.astron.lofar.sas.otb.jotdb2.jOTDBtree; import nl.astron.lofar.sas.otb.jotdb2.jOTDBtree;
import nl.astron.lofar.sas.otb.util.*;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
/** /**
......
...@@ -13,7 +13,7 @@ import javax.swing.ListSelectionModel; ...@@ -13,7 +13,7 @@ import javax.swing.ListSelectionModel;
import nl.astron.lofar.sas.otb.MainFrame; import nl.astron.lofar.sas.otb.MainFrame;
import nl.astron.lofar.sas.otb.jotdb2.jOTDBnode; import nl.astron.lofar.sas.otb.jotdb2.jOTDBnode;
import nl.astron.lofar.sas.otb.util.IViewPanel; import nl.astron.lofar.sas.otb.util.IViewPanel;
import nl.astron.lofar.sas.otb.util.LogParamTableModel; import nl.astron.lofar.sas.otb.util.tablemodels.LogParamTableModel;
import nl.astron.lofar.sas.otb.util.OtdbRmi; import nl.astron.lofar.sas.otb.util.OtdbRmi;
import nl.astron.lofar.sas.otb.util.UserAccount; import nl.astron.lofar.sas.otb.util.UserAccount;
import nl.astron.lofar.sas.otb.util.treenodes.TreeNode; import nl.astron.lofar.sas.otb.util.treenodes.TreeNode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment