| Using the Designer > Next Steps After the Designer > Integrating the Project File Into an Application |
Integrating the Project File Into an Application |
INDEX
PREVIOUS
NEXT
|
A project file created with the Designer includes styling and data source information. See Integrating Your Development into an Application for more about project files and CSS style sheets.
The project file is used by an application through the IlvDiagrammer and IlvDiagrammerProject classes.
IlvDiagrammer diagrammer = new IlvDiagrammer() diagrammer.setProject (new IlvDiagrammerProject(new URL("file:myproject.idpr")), true); |
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |