| Package | Description |
|---|---|
| de.cismet.tools.gui.downloadmanager |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCancellableDownload
DOCUMENT ME!
|
class |
AbstractDownload
The objects of this class represent downloads.
|
class |
BackgroundTaskMultipleDownload
BackgroundTaskMultipleDownload extends MultipleDownload, the difference is that the BackgroundTaskMultipleDownload
does not need to know how many downloads it contains when it is started.
|
class |
ByteArrayDownload
A ByteArrayDownload writes a given byte array to the file system.
|
class |
CredentialsAwareHttpDownlaod
DOCUMENT ME!
|
class |
HttpDownload
The objects of this class represent a HTTP download.
|
class |
HttpOrFtpDownload
The objects of this class represent a HTTP or a FTP download.
|
class |
MultipleDownload
A multiple download comprises of several SingleDownloads.
|
class |
WebDavDownload
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Download> |
BackgroundTaskMultipleDownload.FetchDownloadsTask.fetchDownloads()
A task, which is executed during the startDownload()-method of BackgroundTaskMultipleDownload.
|
Collection<? extends Download> |
MultipleDownload.getDownloads()
Getter for the collection of AbstractDownload objects.
|
Collection<Download> |
DownloadManager.getDownloads()
Returns the current download list.
|
Collection<Download> |
DownloadListChangedEvent.getDownloads()
Returns the changed downloads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadManager.add(Download download)
This method is used to add a download to the download list.
|
void |
DownloadManager.removeDownload(Download download)
Remove a specified download from the download list.
|
static void |
DownloadManagerDialog.showExceptionDialog(Download download)
Deprecated.
use getInstance().showTheExceptionDialog(download) instead
|
void |
DownloadManagerDialog.showTheExceptionDialog(Download download)
Shows an exception dialog which visualizes the exception provided by download.getCaughtException().
|
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadManagerPanel.add(Collection<Download> downloads)
Adds new downloads to display.
|
protected void |
DownloadManagerPanel.addSubsequentDownloads(Collection<Download> downloads)
Gets a collection of downloads and tells the panels of a MultipleDownload to redraw its encapsulated downloads.
|
protected void |
DownloadManagerPanel.remove(Collection<Download> downloads)
Removes the given downloads from the panel.
|
| Constructor and Description |
|---|
DownloadListChangedEvent(Object source,
Download download,
DownloadListChangedEvent.Action action)
Creates a new DownloadListChangedEvent object.
|
DownloadPanel(Download download)
Creates a new DownloadPanel object.
|
DownloadPanel(Download download,
boolean small,
boolean hideSeparator)
Creates new form DownloadPanel.
|
| Constructor and Description |
|---|
BackgroundTaskMultipleDownload(Collection<? extends Download> downloads,
String title,
BackgroundTaskMultipleDownload.FetchDownloadsTask fetchDownloadsTask)
Creates a new BackgroundTaskMultipleDownload object.
|
DownloadListChangedEvent(Object source,
Collection<Download> downloads,
DownloadListChangedEvent.Action action)
Creates a new DownloadListChangedEvent object.
|
MultipleDownload(Collection<? extends Download> downloads,
String title)
Creates a new MultipleDownload object.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.