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 MailAccountSetupExtension
public Map<String,JComponent> getReaderOptions(AbstractMailReader.Type type)
getReaderOptions
in interface MailAccountSetupExtension
public String[] getRequiredPluginIds()
getRequiredPluginIds
in interface BasicExtension
public JComponent[] getWriterFurtherOptions(AbstractMailWriter.Type type)
getWriterFurtherOptions
in interface MailAccountSetupExtension
public Map<String,JComponent> getWriterOptions(AbstractMailWriter.Type type)
getWriterOptions
in interface MailAccountSetupExtension
public void load(DbMailAccount account)
load
in interface MailAccountSetupExtension
public void save(DbMailAccount account)
save
in interface MailAccountSetupExtension
Copyright © 2015 OpenEstate. All rights reserved.