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