Package org.eclipse.ecf.internal.filetransfer.ui

Examples of org.eclipse.ecf.internal.filetransfer.ui.GetFileHandler


  /* (non-Javadoc)
   * @see org.eclipse.ecf.ui.hyperlink.AbstractURLHyperlink#open()
   */
  public void open() {
    GetFileHandler getFileHandler = new GetFileHandler();
    getFileHandler.openStartFileDownloadDialog(shell, uri.toString());
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.internal.filetransfer.ui.GetFileHandler

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.