public abstract class MailAccountSetupAdapter extends Object implements MailAccountSetupExtension
ID| Constructor and Description |
|---|
MailAccountSetupAdapter() |
| Modifier and Type | Method and Description |
|---|---|
JComponent[] |
getReaderFurtherOptions(AbstractMailReader.Type type) |
Map<String,JComponent> |
getReaderOptions(AbstractMailReader.Type type) |
String[] |
getRequiredPluginIds() |
JComponent[] |
getWriterFurtherOptions(AbstractMailWriter.Type type) |
Map<String,JComponent> |
getWriterOptions(AbstractMailWriter.Type type) |
void |
load(DbMailAccount account) |
void |
save(DbMailAccount account) |
public JComponent[] getReaderFurtherOptions(AbstractMailReader.Type type)
getReaderFurtherOptions in interface MailAccountSetupExtensionpublic Map<String,JComponent> getReaderOptions(AbstractMailReader.Type type)
getReaderOptions in interface MailAccountSetupExtensionpublic String[] getRequiredPluginIds()
getRequiredPluginIds in interface BasicExtensionpublic JComponent[] getWriterFurtherOptions(AbstractMailWriter.Type type)
getWriterFurtherOptions in interface MailAccountSetupExtensionpublic Map<String,JComponent> getWriterOptions(AbstractMailWriter.Type type)
getWriterOptions in interface MailAccountSetupExtensionpublic void load(DbMailAccount account)
load in interface MailAccountSetupExtensionpublic void save(DbMailAccount account)
save in interface MailAccountSetupExtensionCopyright © 2015 OpenEstate. All rights reserved.