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

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

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

revision 1728 by iliev, Thu Feb 14 16:52:36 2008 UTC revision 1729 by iliev, Tue Apr 29 22:22:40 2008 UTC
# Line 79  public class InstrumentsDbTreeModel impl Line 79  public class InstrumentsDbTreeModel impl
79                  initDb(l);                  initDb(l);
80          }          }
81                    
82            /**
83             * Creates a new instance of <code>InstrumentsDbTreeModel</code>.
84             */
85            public
86            InstrumentsDbTreeModel(boolean dummy) {
87                    if(dummy) return;
88                    // TODO: This shouldn't be done in the event-dispatcing thread
89                    CC.getClient().addInstrumentsDbListener(getHandler());
90                    ///////
91                                    
92                    initDb(null);
93            }
94            
95          private void          private void
96          initDb(final ActionListener l) {          initDb(final ActionListener l) {
97                  final InstrumentsDb.GetDrectory gdi = new InstrumentsDb.GetDrectory("/");                  final InstrumentsDb.GetDrectory gdi = new InstrumentsDb.GetDrectory("/");

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

  ViewVC Help
Powered by ViewVC