Package xnap.util

Examples of xnap.util.SearchFilterData


  // final filename
  GridBagHelper.addLabel(jp, XNap.tr("Final Filename"));
  jtFilename = new JTextField(file.getFinalFilename());
  GridBagHelper.add(jp, jtFilename);

  SearchFilterData data = file.getFilterData();

  // search text
  GridBagHelper.addLabel(jp, XNap.tr("Search Text"));
  jtSearchText = new JTextField(data.searchText);
  GridBagHelper.add(jp, jtSearchText);
View Full Code Here

TOP

Related Classes of xnap.util.SearchFilterData

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.