Package hu.u_szeged.nbo.client.ui.thread

Examples of hu.u_szeged.nbo.client.ui.thread.TransportationTaskTreeItemsRefresherThread


    this.setToolTipText("Refresh available transportation tasks' list");
    this.setImageDescriptor(ImageDescriptor.createFromImageData(new ImageData("img/refresh.png")));
  }
 
  public void run() {
    new TransportationTaskTreeItemsRefresherThread(mainWindow);
  }
View Full Code Here

TOP

Related Classes of hu.u_szeged.nbo.client.ui.thread.TransportationTaskTreeItemsRefresherThread

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.