Interface MailAccountSetupExtension
-
- All Superinterfaces:
BasicExtension
,org.pf4j.ExtensionPoint
- All Known Implementing Classes:
MailAccountSetupAdapter
,MailAccountSetupCrmExtension
public interface MailAccountSetupExtension extends BasicExtension
MailAccountSetupExtension.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description JComponent[]
getReaderFurtherOptions(AbstractMailReader.Type type)
Map<String,JComponent>
getReaderOptions(AbstractMailReader.Type type)
JComponent[]
getWriterFurtherOptions(AbstractMailWriter.Type type)
Map<String,JComponent>
getWriterOptions(AbstractMailWriter.Type type)
static Collection<MailAccountSetupExtension>
load()
void
load(DbMailAccount account)
void
save(DbMailAccount account)
-
Methods inherited from interface com.openindex.openestate.tool.extensions.BasicExtension
getRequiredPluginIds
-
-
-
-
Method Detail
-
getReaderFurtherOptions
JComponent[] getReaderFurtherOptions(AbstractMailReader.Type type)
-
getReaderOptions
Map<String,JComponent> getReaderOptions(AbstractMailReader.Type type)
-
getWriterFurtherOptions
JComponent[] getWriterFurtherOptions(AbstractMailWriter.Type type)
-
getWriterOptions
Map<String,JComponent> getWriterOptions(AbstractMailWriter.Type type)
-
load
void load(DbMailAccount account)
-
save
void save(DbMailAccount account)
-
load
static Collection<MailAccountSetupExtension> load()
-
-