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

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

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

revision 2194 by iliev, Thu Oct 14 14:45:42 2010 UTC revision 2195 by iliev, Tue Jun 28 22:44:39 2011 UTC
# Line 191  public class ParameterTableModel extends Line 191  public class ParameterTableModel extends
191                  } if(p.getType() == ParameterType.INT_LIST) {                  } if(p.getType() == ParameterType.INT_LIST) {
192                                                    
193                  } if(p.getType() == ParameterType.STRING_LIST) {                  } if(p.getType() == ParameterType.STRING_LIST) {
194              // TODO: string list editor with no possibilities                          // TODO: string list editor with no possibilities
195                          /*StringListParameter slp = (StringListParameter)p;                          /*StringListParameter slp = (StringListParameter)p;
196                          if(slp.hasPossibilities()) {                          if(slp.hasPossibilities()) {
197                                                                    
198                          }*/                          }*/
199              return stringListEditor;                          return stringListEditor;
200                  } else if(p.hasPossibilities()) {                  } else if(p.hasPossibilities()) {
201                          JComboBox cb = new JComboBox(p.getPossibilities());                          JComboBox cb = new JComboBox(p.getPossibilities());
202                          cb.setSelectedItem(null);                          cb.setSelectedItem(null);

Legend:
Removed from v.2194  
changed lines
  Added in v.2195

  ViewVC Help
Powered by ViewVC