Flowcharts are a great way to visualize data and we’ve taken a look at the best flowchart and diagramming software for Mac. The best flowchart and diagramming apps make it easy for Product and Project Managers to map out process flows or workflows to help optimize business processes.
This feature is only supported in the Ultimate edition.
IntelliJ IDEA lets you generate a diagram on a package in your project. Such diagrams always reflect the structure of actual classes and methods in your application.
Drawing Tool For Mac Book
Before you start working with Uml, make sure that the Uml plugin is installed and enabled, as described in Installing, Updating and Uninstalling Plugins .
View diagram on a package
In the Project tool window, right-click a package for which you want to create a diagram and select Diagrams | Show DiagramCtrl+Shift+Alt+U).
In the list that opens, select Java Class Diagram. IntelliJ IDEA generates a UML diagram for classes and their dependencies.
You can view your VCS local changes as a diagram. Select VCS | Show Local Changes as UMLCtrl+Shift+Alt+D.
Analyze class diagram

You can press Ctrl+F12 on the element to view a list of diagram elements and navigate between them.
To see the list of methods, fields, and other code elements, select the appropriate icon on the diagram toolbar located on top of the diagram editor.
The lists are displayed based on the selected visibility level, which you can change. For example, to view only protected methods, click on the diagram toolbar and select protected from the list. IntelliJ IDEA displays such methods with modifier icons next to them.
You can click the icon to see class dependencies. IntelliJ IDEA follows the UML conventions in showing relationships between the classes.
When you click through classes in the graph, IntelliJ IDEA greys out classes that do not reside in the same package. This might be helpful, when you generate a diagram on a package that contains inner packages.
To save your diagram as a UML file, click on the diagram editor toolbar.
Manage class diagram
When working with diagrams, use the context menu in the diagram editor to perform different tasks. You can view members of the class, add new, delete the existing ones, see implementations, check parent classes, perform basic refactoring, add notes, and so on.
You can select the icon on the diagram toolbar to draw relationship links between elements in your graph. To delete the existing links, select the ones you don't need and press N/A. IntelliJ IDEA will update the source code accordingly.
Press Space.
In the search field that opens, start typing a name of the class you want to add. Then, select the desired class from the suggestion list.
If you want to add a class that is out of the project scope, select the Include non-project items checkbox.
You can quickly search for usages by pressing Alt+F7 on a code element.
You can perform some forward engineering while in the diagram editor.
In the diagram editor, right-click anywhere and from the context menu, select New. Then select a code element you want to create.
Depending on your selection, IntelliJ IDEA opens the appropriate dialog where you specify the necessary information for creating the new element.
IntelliJ IDEA adds the item to your diagram as well as to your project tree.
You can view implementations and parent classes in your diagram. If IntelliJ IDEA finds more than one parent class or implementation, it displays a list of appropriate items. Select the one you need to see the connections between the parent and its children.
In the diagram editor, select an item for which you want to see implementations or parent classes.
Right-click the items and from the context menu, select the Show ImplementationsCtrl+Alt+B or Show ParentsCtrl+Alt+P respectively.
In the popup that opens, select items you need and press Enter. To extend your selection up or down while in the popup, press Shift+Up or Shift+Down respectively.
Free Drawing Tool For Mac
You can configure the diagram settings, so that you have certain options available to you by default when you create your diagram.
Class Diagram Drawing Tool For Mac Os X
In the Settings/Preferences dialog (Ctrl+Alt+S), go to Tools | Diagrams.
In the right-hand pane, select the options that you want to see by default and click OK to apply your changes.