|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FileFormat | |
| org.bs.mdi | |
| org.bs.mdi.swing | |
| Uses of FileFormat in org.bs.mdi |
| Methods in org.bs.mdi that return FileFormat | |
FileFormat[] |
FileIOModule.getSupportedFormats()
Returns a list of file formats which are supported by this module. |
FileFormat[] |
FileIOManager.getSupportedFormats(int mode)
Returns a list of all supported formats for loading, saving or exporting data. |
| Methods in org.bs.mdi with parameters of type FileFormat | |
String |
MainWindow.showFileOpenDialog(FileFormat[] formats)
Shows a file open dialog for the given file formats. |
String |
MainWindow.showFileSaveDialog(FileFormat[] formats,
String initialName)
Shows a file save dialog for the given file formats. |
FileIOModule |
FileIOManager.getIOModule(FileFormat format,
int mode)
Looks up a file I/O module for the specified format. |
| Uses of FileFormat in org.bs.mdi.swing |
| Methods in org.bs.mdi.swing with parameters of type FileFormat | |
String |
SwingMainWindow.showFileOpenDialog(FileFormat[] formats)
|
String |
SwingMainWindow.showFileSaveDialog(FileFormat[] formats,
String initialName)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||