Uses of Interface
se.conciliate.extensions.exportservice.ExportConfig
Packages that use ExportConfig
Package
Description
Provides the means to register custom export services and/or
run the built-in export with a custom selection of content.
-
Uses of ExportConfig in se.conciliate.extensions.exportservice
Methods in se.conciliate.extensions.exportservice that return ExportConfigModifier and TypeMethodDescriptionExportService.createConfig()Deprecated.Creates an empty configuration.Methods in se.conciliate.extensions.exportservice with parameters of type ExportConfigModifier and TypeMethodDescriptionvoidExportService.run(ExportConfig config, File output, ProgressCallback progress) Deprecated.Performs the export.voidExportService.showExportDialog(JFrame parent, ExportConfig profile) Deprecated.Show a GUI to help the user edit the profile and start an export.