Uses of Interface
org.bs.mdi.FileExporter

Packages that use FileExporter
org.bs.mdi   
 

Uses of FileExporter in org.bs.mdi
 

Methods in org.bs.mdi that return FileExporter
 FileExporter[] FileIOManager.getFileExporters()
          Returns a list of all registered file exporter modules.
 

Methods in org.bs.mdi with parameters of type FileExporter
 void FileIOManager.export(RootData data, FileExporter exporter)
          Exports the data using the specified exporter module.
 void Application.exportDocument(FileExporter exporter)
          Tries to export the current document.