Package com.jbidwatcher.search

Examples of com.jbidwatcher.search.Searcher


    }
    changeTable();
  }

  public void DoAction(String cmd, Object param) {
    Searcher search = (Searcher)param;

    if(cmd.equals("Execute")) DoExecute(search);
    else if(cmd.equals("Edit Search")) DoEdit(search);
    else if(cmd.equals("New")) DoNew();
    else if(cmd.equals("Delete")) DoDelete(search);
View Full Code Here

TOP

Related Classes of com.jbidwatcher.search.Searcher

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.