public class DownloaderSwingManagerImpl extends java.lang.Object implements DownloaderSwingManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ICON_GROUP_NAME |
static java.lang.String |
ICON_PROVIDER_NAME |
Constructor and Description |
---|
DownloaderSwingManagerImpl() |
Modifier and Type | Method and Description |
---|---|
DownloaderConfigController |
createDownloaderConfigController(java.util.function.Supplier<java.lang.String> serviceUrl,
javax.swing.JButton btnAddService,
javax.swing.JButton btnShowConfig) |
DownloaderConfigPanel |
createDownloaderConfigPanel() |
DownloaderConfigServicePanelImpl |
createDownloaderConfigServicePanel() |
DownloaderConfigServicePanel |
createDownloaderConfigServicePanel(java.lang.String serviceUrl) |
static javax.swing.ImageIcon |
loadImage(java.lang.String imageName) |
static void |
registerIcons(java.lang.String[][] iconsInfo) |
public static final java.lang.String ICON_GROUP_NAME
public static final java.lang.String ICON_PROVIDER_NAME
public static void registerIcons(java.lang.String[][] iconsInfo)
public static javax.swing.ImageIcon loadImage(java.lang.String imageName)
public DownloaderConfigPanel createDownloaderConfigPanel()
createDownloaderConfigPanel
in interface DownloaderSwingManager
public DownloaderConfigController createDownloaderConfigController(java.util.function.Supplier<java.lang.String> serviceUrl, javax.swing.JButton btnAddService, javax.swing.JButton btnShowConfig)
createDownloaderConfigController
in interface DownloaderSwingManager
public DownloaderConfigServicePanelImpl createDownloaderConfigServicePanel()
createDownloaderConfigServicePanel
in interface DownloaderSwingManager
public DownloaderConfigServicePanel createDownloaderConfigServicePanel(java.lang.String serviceUrl)
createDownloaderConfigServicePanel
in interface DownloaderSwingManager