/[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 1728 by iliev, Mon Dec 3 23:22:02 2007 UTC revision 1729 by iliev, Tue Apr 29 22:22:40 2008 UTC
# Line 422  public class JSInstrumentsDbTable extend Line 422  public class JSInstrumentsDbTable extend
422                  actionPerformed(ActionEvent e) {                  actionPerformed(ActionEvent e) {
423                          DbDirectoryTreeNode n = instrumentsDbTree.getSelectedDirectoryNode();                          DbDirectoryTreeNode n = instrumentsDbTree.getSelectedDirectoryNode();
424                          if(n == null) return;                          if(n == null) return;
425                          instrumentsDbTree.refreshDirectoryContent(n.getInfo().getDirectoryPath());                          final String path = n.getInfo().getDirectoryPath();
426                            instrumentsDbTree.refreshDirectoryContent(path);
427                            CC.scheduleInTaskQueue(new Runnable() {
428                                    public void
429                                    run() { instrumentsDbTree.setSelectedDirectory(path); }
430                            });
431                  }                  }
432                                    
433                  public void                  public void

Legend:
Removed from v.1728  
changed lines
  Added in v.1729

  ViewVC Help
Powered by ViewVC