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

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

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

revision 1728 by iliev, Fri Aug 10 20:24:23 2007 UTC revision 1729 by iliev, Tue Apr 29 22:22:40 2008 UTC
# Line 259  public abstract class JSDbSearchPane ext Line 259  public abstract class JSDbSearchPane ext
259          public DbInstrumentInfo[]          public DbInstrumentInfo[]
260          getInstrumentResults() { return instrumentResults; }          getInstrumentResults() { return instrumentResults; }
261                    
262            public void
263            setSearchPath(String path) { tfLookIn.setText(path); }
264            
265          private void          private void
266          setSearchResults(DbDirectoryInfo[] dirs, DbInstrumentInfo[] instruments) {          setSearchResults(DbDirectoryInfo[] dirs, DbInstrumentInfo[] instruments) {
267                  directoryResults = dirs;                  directoryResults = dirs;

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

  ViewVC Help
Powered by ViewVC