Package org.ytreza.app.noterex.database.bydefault

Examples of org.ytreza.app.noterex.database.bydefault.DefaultNoteReader


  public Note(String subject, String text) {
    this(subject, text, null);
  }

  public Note(String subject, String text, String keywords) {
    this(-1, new DefaultNoteReader(), subject, text, keywords);
  }
View Full Code Here

TOP

Related Classes of org.ytreza.app.noterex.database.bydefault.DefaultNoteReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.