Documentation/Source/eric5.Graphics.ApplicationDiagramBuilder.html

changeset 2033
4b99609f6a87
parent 2031
c36c2eb62a75
child 2035
11bb61bc138d
diff -r 704593d042fe -r 4b99609f6a87 Documentation/Source/eric5.Graphics.ApplicationDiagramBuilder.html
--- a/Documentation/Source/eric5.Graphics.ApplicationDiagramBuilder.html	Sun Sep 09 17:46:32 2012 +0200
+++ b/Documentation/Source/eric5.Graphics.ApplicationDiagramBuilder.html	Sun Sep 09 19:38:07 2012 +0200
@@ -72,6 +72,12 @@
 </tr><tr>
 <td><a href="#ApplicationDiagramBuilder.buildDiagram">buildDiagram</a></td>
 <td>Public method to build the packages shapes of the diagram.</td>
+</tr><tr>
+<td><a href="#ApplicationDiagramBuilder.getPersistenceData">getPersistenceData</a></td>
+<td>Public method to get a string for data to be persisted.</td>
+</tr><tr>
+<td><a href="#ApplicationDiagramBuilder.parsePersistenceData">parsePersistenceData</a></td>
+<td>Public method to parse persisted data.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -143,7 +149,27 @@
 <b>buildDiagram</b>(<i></i>)
 <p>
         Public method to build the packages shapes of the diagram.
-</p>
+</p><a NAME="ApplicationDiagramBuilder.getPersistenceData" ID="ApplicationDiagramBuilder.getPersistenceData"></a>
+<h4>ApplicationDiagramBuilder.getPersistenceData</h4>
+<b>getPersistenceData</b>(<i></i>)
+<p>
+        Public method to get a string for data to be persisted.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+persisted data string (string)
+</dd>
+</dl><a NAME="ApplicationDiagramBuilder.parsePersistenceData" ID="ApplicationDiagramBuilder.parsePersistenceData"></a>
+<h4>ApplicationDiagramBuilder.parsePersistenceData</h4>
+<b>parsePersistenceData</b>(<i>data</i>)
+<p>
+        Public method to parse persisted data.
+</p><dl>
+<dt><i>dat</i></dt>
+<dd>
+persisted data to be parsed (string)
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial