public class ChangesetContentDownloadTask extends AbstractChangesetDownloadTask
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ChangesetContentDownloadTask.DownloadTask |
AbstractChangesetDownloadTask.RunnableDownloadTaskdownloadedData, zoomAfterDownload| Constructor and Description |
|---|
ChangesetContentDownloadTask(java.util.Collection<java.lang.Integer> changesetIds)
Creates a download task for a collection of changesets.
|
ChangesetContentDownloadTask(java.awt.Component parent,
java.util.Collection<java.lang.Integer> changesetIds)
Creates a download task for a collection of changesets.
|
ChangesetContentDownloadTask(java.awt.Component parent,
int changesetId)
Creates a download task for a single changeset
|
ChangesetContentDownloadTask(int changesetId)
Creates a download task for a single changeset
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
isAvailableLocally(int changesetId)
Replies true if the local
ChangesetCache already includes the changeset with
id changesetId. |
cancel, download, download, getConfirmationMessage, loadUrl, setDownloadTaskacceptsDocumentationSummary, acceptsUrl, acceptsUrl, getDownloadedData, getDownloadProjectionBounds, getErrorObjects, getPatterns, getTitle, isCanceled, isFailed, isSafeForRemotecontrolRequests, patterns, rememberDownloadedData, rememberErrorMessage, rememberException, setCanceled, setFailed, setZoomAfterDownload, toStringpublic ChangesetContentDownloadTask(int changesetId)
changesetId - the changeset id. > 0 required.java.lang.IllegalArgumentException - if changesetId <= 0public ChangesetContentDownloadTask(java.util.Collection<java.lang.Integer> changesetIds)
changesetIds - the changeset ids. Empty collection assumed, if null.public ChangesetContentDownloadTask(java.awt.Component parent, int changesetId)
parent - the parent component for the PleaseWaitDialog. Must not be null.changesetId - the changeset id. >0 required.java.lang.IllegalArgumentException - if changesetId <= 0java.lang.IllegalArgumentException - if parent is nullpublic ChangesetContentDownloadTask(java.awt.Component parent, java.util.Collection<java.lang.Integer> changesetIds)
parent - the parent component for the PleaseWaitDialog. Must not be null.changesetIds - the changeset ids. Empty collection assumed, if null.java.lang.IllegalArgumentException - if parent is nullprotected static boolean isAvailableLocally(int changesetId)
ChangesetCache already includes the changeset with
id changesetId.changesetId - the changeset idChangesetCache already includes the changeset with
id changesetId