Integrating the project file into an application
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.
Typical Java code for including the project file in an application
IlvDiagrammer diagrammer = new IlvDiagrammer()
diagrammer.setProject (new IlvDiagrammerProject(new
URL("file:myproject.idpr")), true);
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.