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

Diff of /jsampler/trunk/src/org/jsampler/view/ParameterTable.java

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

revision 910 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 32  import javax.swing.table.TableModel; Line 32  import javax.swing.table.TableModel;
32    
33  import org.linuxsampler.lscp.Parameter;  import org.linuxsampler.lscp.Parameter;
34  import org.linuxsampler.lscp.ParameterType;  import org.linuxsampler.lscp.ParameterType;
 import org.jsampler.view.classic.*;  
35    
36    
37  /**  /**
38   *   * A table for representing LSCP parameters.
39   * @author Grigor Iliev   * @author Grigor Iliev
40   */   */
41  public class ParameterTable extends JTable {  public class ParameterTable extends JTable {
42                    
43          /** Creates a new instance of ParameterTable */          /** Creates a new instance of <code>ParameterTable</code>. */
44          public ParameterTable() {          public
45                  super(new ParameterTableModel(new Parameter[0]));          ParameterTable() { super(new ParameterTableModel(new Parameter[0])); }
         }  
46                    
47          /**          /**
48           * Gets the <code>ParameterTableModel</code> that           * Gets the <code>ParameterTableModel</code> that

Legend:
Removed from v.910  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC