public class DefaultDownloaderSwingManager extends Object implements DownloaderSwingManager
| Constructor and Description |
|---|
DefaultDownloaderSwingManager() |
| Modifier and Type | Method and Description |
|---|---|
DownloaderAuthenticationDialog |
createAuthenticationDialog(DownloaderAuthentication authentication) |
DownloaderAuthenticationPanel |
createAuthenticationPanel(DownloaderAuthentication authentication) |
DownloaderAuthenticationsPanel |
createAuthenticationsPanel(List<DownloaderAuthentication> authentications) |
JButton |
getButtonFor(Action action,
String icon,
String txt) |
public DownloaderAuthenticationsPanel createAuthenticationsPanel(List<DownloaderAuthentication> authentications)
createAuthenticationsPanel in interface DownloaderSwingManagerpublic DownloaderAuthenticationPanel createAuthenticationPanel(DownloaderAuthentication authentication)
createAuthenticationPanel in interface DownloaderSwingManagerpublic DownloaderAuthenticationDialog createAuthenticationDialog(DownloaderAuthentication authentication)
createAuthenticationDialog in interface DownloaderSwingManagerpublic JButton getButtonFor(Action action, String icon, String txt)
getButtonFor in interface DownloaderSwingManager