Package com.adito.agent.client

Examples of com.adito.agent.client.TaskProgress


   *
   * @see com.adito.agent.client.AgentClientGUI#createTaskProgress(java.lang.String,
   *      java.lang.String, int, int)
   */
  public TaskProgress createTaskProgress(String message, String title, long maxValue, boolean allowCancel) {
    TaskProgress progress = new TaskProgressBar(getGUIComponent(), message, title, maxValue, allowCancel);
    return progress;
  }
View Full Code Here

TOP

Related Classes of com.adito.agent.client.TaskProgress

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.