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

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

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

revision 1566 by iliev, Mon Nov 19 22:22:22 2007 UTC revision 1567 by iliev, Thu Dec 6 19:37:41 2007 UTC
# Line 45  import static org.jsampler.view.std.StdI Line 45  import static org.jsampler.view.std.StdI
45   * This class provides an <code>Action</code> instances performing some of the common tasks.   * This class provides an <code>Action</code> instances performing some of the common tasks.
46   * @author Grigor Iliev   * @author Grigor Iliev
47   */   */
48  public abstract class StdA4n {  public class StdA4n {
49            protected static StdA4n a4n = new StdA4n();
50            
51          protected StdA4n() { }          protected StdA4n() { }
52                    
53          protected abstract JSPrefs preferences();          protected JSPrefs preferences() { return CC.getViewConfig().preferences(); }
54                    
55          protected void          protected void
56          exportSamplerConfig() {          exportSamplerConfig() {

Legend:
Removed from v.1566  
changed lines
  Added in v.1567

  ViewVC Help
Powered by ViewVC