Package com.anzsoft.client.ui

Examples of com.anzsoft.client.ui.UserSearchDialog


  }
 
  public void doSearchUser()
  {
    if(searchDialog == null)
      searchDialog = new UserSearchDialog(disco,session);
    else
      searchDialog.reloadServices();
    searchDialog.show();
  }
View Full Code Here

TOP

Related Classes of com.anzsoft.client.ui.UserSearchDialog

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.