public abstract class FileDialogUtil
extends java.lang.Object
Constructor and Description |
---|
FileDialogUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
setClientFiles(FileDialog dialog,
ClientFile[] files)
Sets initial client files to be uploaded.
|
public static void setClientFiles(FileDialog dialog, ClientFile[] files)
A user can drag and drop files from the client operating system on any control with a drop
listener attached. In this case, the client files can be obtained from the
ClientFileTransfer
object. A FileDialog can then be used to handle the upload and
display upload progress.
files
- an array of client files to be added to the dialog
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0