* @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);
}
}