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 DownloaderSwingManager
public DownloaderAuthenticationPanel createAuthenticationPanel(DownloaderAuthentication authentication)
createAuthenticationPanel
in interface DownloaderSwingManager
public DownloaderAuthenticationDialog createAuthenticationDialog(DownloaderAuthentication authentication)
createAuthenticationDialog
in interface DownloaderSwingManager
public JButton getButtonFor(Action action, String icon, String txt)
getButtonFor
in interface DownloaderSwingManager