Uses of Class
dluploadclient.UploadFile

Uses of UploadFile in dluploadclient
 

Methods in dluploadclient that return types with arguments of type UploadFile
 Vector<UploadFile> DLUploadClientGUI.getVectFileList()
          Retourne la liste des fichiers ajouté à l'application
 Vector<UploadFile> DLUploadClientGUI.getVectFileListCancelled()
          Retourne la liste des fichiers annulé par l'utilisateur
 Vector<UploadFile> DLUploadClientGUI.getVectFileListToUpload()
          Retourne un objet de type Vector contenant la liste des fichiers non encore uploadé
 Vector<UploadFile> DLUploadClientGUI.getVectFileListUploaded()
          Retourne la liste des fichiers déja uploadé
 

Constructors in dluploadclient with parameters of type UploadFile
DLUploadProgressMonitor(DLUploadClientGUI gui, long filesize, UploadFile uploadFile, ThreadUpload thread)
          Constructeur par défaut
 

Constructor parameters in dluploadclient with type arguments of type UploadFile
FileListTableModel(Vector<String> columnNames, Vector<UploadFile> data)
          Constructeur par défaut