Package org.rssowl.core.model.internal.search

Examples of org.rssowl.core.model.internal.search.SearchField


  /*
   * @see org.rssowl.core.model.types.IModelTypesFactory#createSearchField(int,
   * java.lang.Class)
   */
  public ISearchField createSearchField(int id, Class< ? > type) {
    return new SearchField(id, type);
  }
View Full Code Here

TOP

Related Classes of org.rssowl.core.model.internal.search.SearchField

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.