|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImporter
Interface for project and diagram importers, which can load the project (a list of diagrams) or a single diagram even between different instances and versions of the system.
IExporter| Method Summary | |
|---|---|
IDiagram |
importDiagram(File file)
Imports a diagram from specified file. |
IDiagramSettings |
importDiagramSettings(File file)
Imports diagram settings from specified file. |
IProjectContainer |
importProject(File file)
Imports project (list of IDiagram objects) from specified file. |
| Method Detail |
|---|
IProjectContainer importProject(File file)
throws IOException
IDiagram objects) from specified file.
file - file the project is read from
IProjectContainer - embedded project
IOException
IDiagramSettings importDiagramSettings(File file)
throws IOException
file - file to read diagram settings from
IOException
IDiagram importDiagram(File file)
throws IOException
file - file to read diagram from
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||