fixed [IDEADEV-41319] test runner: do not show green balloon and green progress bar...
[fedora-idea.git] / resources-en / src / tips / UmlClassDiagram.html
blobcaf65b33adc15f4afcd8905676d6ae1ffd6c6809
1 <html>
2 <body style="font-family: Verdana; font-size: 13;" LEFTMARGIN="25" TOPMARGIN="25">
3 <table cellpadding="15" width="98%" border="0">
4 <tr>
5 <td><p>Explore structure of a package, view its constituent classes, subpackages and dependencies using UML
6 Class diagram. Right-click a package in the Project view, and choose
7 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#005555">Show Class Diagram</font> on the
8 context menu, or just click <font style="font-family: Courier; font-weight:bold;" size="3" color="#FFA500">Ctrl+Alt+Shift+U</font>
9 </p>
10 <p>You can also use Class diagram to create visual model, populate it with node elements and members, and draw
11 links. <font style="font-family: Verdana; font-weight:bold;" size="3" color="#003399">IntelliJ</font>
12 <font style="font-family: Verdana; font-weight:bold;" size="3" color="#3366cc">IDEA</font> will generate source
13 code, and keep it always in sync with the model.</p>
14 <!-- <p><img hspace="20" src="images/umlClassDiagram.png"></p> -->
15 </td>
16 </tr>
17 </table>
18 </body>
19 </html>