Package org.eclipse.ecf.filetransfer.ui

Examples of org.eclipse.ecf.filetransfer.ui.FileTransfersView.update()


          } else if (e instanceof IIncomingFileTransferEvent) {
            final FileTransfersView ftv = (FileTransfersView) workbenchPage.findView(FileTransfersView.ID);
            if (ftv != null) {
              workbenchPage.getWorkbenchWindow().getShell().getDisplay().asyncExec(new Runnable() {
                public void run() {
                  ftv.update(((IIncomingFileTransferEvent) e).getSource());
                }
              });
            }
          }
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.