Package de.chris_soft.nanoarchive

Examples of de.chris_soft.nanoarchive.Archive


   * @see de.chris_soft.utilities.swing.TextInputListener#textInputFinished(java.lang.String)
   */
  @Override
  public void textInputFinished(String text) {
    if (text != null && text.trim().length() > 0) {
      Archive archive = nanoDoAMain.archive;
      new FulltextSearchWindows(text, archive);
    }
  }
View Full Code Here

TOP

Related Classes of de.chris_soft.nanoarchive.Archive

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.