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

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

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

revision 2199 by iliev, Tue Jun 28 22:44:39 2011 UTC revision 2200 by iliev, Sun Jul 3 22:01:16 2011 UTC
# Line 60  public class JSSamplerTree extends Abstr Line 60  public class JSSamplerTree extends Abstr
60          getSelectedItem() {          getSelectedItem() {
61                  return getSelectionModel().getSelectionPath().getLastPathComponent();                  return getSelectionModel().getSelectionPath().getLastPathComponent();
62          }          }
63            
64            @Override
65            public Object
66            getSelectedParent() { return null; }
67  }  }

Legend:
Removed from v.2199  
changed lines
  Added in v.2200

  ViewVC Help
Powered by ViewVC