|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FileIOModule | |
| org.bs.mdi | |
| Uses of FileIOModule in org.bs.mdi |
| Subinterfaces of FileIOModule in org.bs.mdi | |
interface |
FileExporter
A file I/O module which can export documents. |
interface |
FileLoader
A file I/O module which can load data from disk. |
interface |
FileSaver
A file I/O module which can save data to disk. |
| Methods in org.bs.mdi that return FileIOModule | |
FileIOModule |
FileIOManager.getIOModule(FileFormat format,
int mode)
Looks up a file I/O module for the specified format. |
protected abstract FileIOModule[] |
Application.createFileIOModules()
Creates and returns all available File I/O extension modules (see FileIOModule)..
|
| Methods in org.bs.mdi with parameters of type FileIOModule | |
void |
FileIOManager.registerModule(FileIOModule module)
Registers a file I/O module. |
void |
FileIOManager.registerAllModules(FileIOModule[] modules)
Registers all given file I/O modules in the given array. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||