/[svn]/jsampler/trunk/src/org/jsampler/view/std/JSInstrumentsDbTable.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/std/JSInstrumentsDbTable.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1751 by iliev, Sat May 31 23:04:01 2008 UTC revision 1752 by iliev, Mon Aug 11 22:51:24 2008 UTC
# Line 119  public class JSInstrumentsDbTable extend Line 119  public class JSInstrumentsDbTable extend
119          /**          /**
120           * Creates a new instance of <code>JSInstrumentsDbTable</code>           * Creates a new instance of <code>JSInstrumentsDbTable</code>
121           */           */
122          public JSInstrumentsDbTable(JSInstrumentsDbTree tree) {          public
123            JSInstrumentsDbTable(JSInstrumentsDbTree tree) {
124                    this(tree, "");
125            }
126            
127            /**
128             * Creates a new instance of <code>JSInstrumentsDbTable</code>
129             * @param columnPrefix Used to create unique property names for storing
130             * the column preferences for different tables e.g. for DbInstrumentChooser,
131             * InstrumentsDbFrame.
132             */
133            public
134            JSInstrumentsDbTable(JSInstrumentsDbTree tree, String columnPrefix) {
135                    super(columnPrefix);
136                    
137                  instrumentsDbTree = tree;                  instrumentsDbTree = tree;
138                                    
139                  /*for(int i = 0; i < getColumnModel().getColumnCount(); i++) {                  /*for(int i = 0; i < getColumnModel().getColumnCount(); i++) {

Legend:
Removed from v.1751  
changed lines
  Added in v.1752

  ViewVC Help
Powered by ViewVC