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
Graphe d'héritage de 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é. | |
| void | onDownloadedBytes (final DownloadedBytesEvent e) |
| void | onStartDownload (final StartDownloadEvent e) |
| 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é.
Voir la documentation de la classe EndDownloadEvent pour plus d'informations à propos de cet événement.
Implémente EndDownloadListener.
| void onStartDownload | ( | final StartDownloadEvent | e | ) |
| void startDownload | ( | ) |
La documentation de cette classe a été générée à partir du fichier suivant :