|
||||||||||
| 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(java.io.File file)
Imports a diagram from specified file |
IDiagramSettings |
importDiagramSettings(java.io.File file)
Imports diagram settings from specified file. |
IProjectContainer |
importProject(java.io.File file)
Imports project (list of IDiagram objects) from specified file |
| Method Detail |
|---|
IProjectContainer importProject(java.io.File file)
throws java.io.IOException
file - - file a project is read from
java.io.IOException
IDiagramSettings importDiagramSettings(java.io.File file)
throws java.io.IOException
file -
java.io.IOException
IDiagram importDiagram(java.io.File file)
throws java.io.IOException
file -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||