ENTDownloader
Gestionnaire de fichiers pour l'ENT de l'Université d'Auvergne
Développé par Kévin Subileau
Référence de la classe Downloader
Fonctions membres publiques | |
| Downloader (JFrame owner) | |
| Downloader (JFrame owner, JFileChooser saveasChooser) | |
| Downloader (JFrame owner, Collection< FS_Element > downloadList) | |
| Downloader (JFrame owner, FS_Element downloadFile) | |
| Downloader (JFrame owner, FS_Element downloadFile, JFileChooser saveasChooser) | |
| Downloader (JFrame owner, Collection< FS_Element > downloadList, JFileChooser saveasChooser) | |
| Downloader (JFrame owner, FS_Element[] selectedFiles, JFileChooser saveasChooser) | |
| void | onEndDownload (EndDownloadEvent e) |
| Appelée lorsque le téléchargement d'un fichier s'est terminé normalement. | |
| void | onDownloadedBytes (final DownloadedBytesEvent e) |
| void | onStartDownload (final StartDownloadEvent e) |
| void | onFileAlreadyExists (FileAlreadyExistsEvent e) |
| Appelée lorsque le téléchargement d'un fichier vers l'emplacement sélectionné risque d'écraser un fichier existant. | |
| void | onRequestDownloadAbort (RequestDownloadAbortEvent event) |
| Appelée lorsque l'utilisateur a demandé l'annulation du ou des téléchargement(s) en cours. | |
| void | startDownload () |
Fonctions membres protégées | |
| Void | doInBackground () throws Exception |
Documentation des constructeurs et destructeur
| Downloader | ( | JFrame | owner | ) |
| Downloader | ( | JFrame | owner, |
| JFileChooser | saveasChooser | ||
| ) |
| Downloader | ( | JFrame | owner, |
| Collection< FS_Element > | downloadList | ||
| ) |
| Downloader | ( | JFrame | owner, |
| FS_Element | downloadFile | ||
| ) |
| Downloader | ( | JFrame | owner, |
| FS_Element | downloadFile, | ||
| JFileChooser | saveasChooser | ||
| ) |
| Downloader | ( | JFrame | owner, |
| Collection< FS_Element > | downloadList, | ||
| JFileChooser | saveasChooser | ||
| ) |
| Downloader | ( | JFrame | owner, |
| FS_Element[] | selectedFiles, | ||
| JFileChooser | saveasChooser | ||
| ) |
Documentation des fonctions membres
| Void doInBackground | ( | ) | throws Exception [protected] |
| void onDownloadedBytes | ( | final DownloadedBytesEvent | e | ) |
| void onEndDownload | ( | EndDownloadEvent | e | ) |
Appelée lorsque le téléchargement d'un fichier s'est terminé normalement.
Voir la documentation de la classe EndDownloadEvent pour plus d'informations à propos de cet événement.
Implémente EndDownloadListener.
| void onFileAlreadyExists | ( | FileAlreadyExistsEvent | e | ) |
Appelée lorsque le téléchargement d'un fichier vers l'emplacement sélectionné risque d'écraser un fichier existant.
Voir la documentation de net.sf.entDownloader.core.events.FileAlreadyExistsEvent pour plus d'informations à propos de cet événement.
Implémente FileAlreadyExistsListener.
| void onRequestDownloadAbort | ( | RequestDownloadAbortEvent | event | ) |
Appelée lorsque l'utilisateur a demandé l'annulation du ou des téléchargement(s) en cours.
Voir la documentation de net.sf.entDownloader.gui.events.RequestDownloadAbortEvent pour plus d'informations à propos de cet événement.
Implémente RequestDownloadAbortListener.
| void onStartDownload | ( | final StartDownloadEvent | e | ) |
| void startDownload | ( | ) |
La documentation de cette classe a été générée à partir du fichier suivant :