public class UserManagerUIImporterHooker extends java.lang.Object implements ImporterConfiguratorHook
| Constructor and Description |
|---|
UserManagerUIImporterHooker(<any> configPanelProvider) |
| Modifier and Type | Method and Description |
|---|---|
ImportConfigDto |
getConfiguration() |
ImageResource |
getImporterIcon() |
java.lang.String |
getImporterId() |
java.lang.String |
getImporterName() |
java.util.Collection<java.lang.String> |
getSupportedExporters() |
Widget |
initConfigPanel(ImportMainPanel importMainPanel) |
void |
reset() |
public UserManagerUIImporterHooker(<any> configPanelProvider)
public java.lang.String getImporterId()
getImporterId in interface ImporterConfiguratorHookpublic ImageResource getImporterIcon()
getImporterIcon in interface ImporterConfiguratorHookpublic java.lang.String getImporterName()
getImporterName in interface ImporterConfiguratorHookpublic java.util.Collection<java.lang.String> getSupportedExporters()
getSupportedExporters in interface ImporterConfiguratorHookpublic Widget initConfigPanel(ImportMainPanel importMainPanel)
initConfigPanel in interface ImporterConfiguratorHookpublic ImportConfigDto getConfiguration() throws NotProperlyConfiguredException
getConfiguration in interface ImporterConfiguratorHookNotProperlyConfiguredExceptionpublic void reset()
reset in interface ImporterConfiguratorHook