Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add row to class diagram

Tags:

draw.io

I am making a class diagram in draw.io, but I am completly new at it.

I am using the UML>Class2 figure.

The first three properties are part of the figure, but how do you get row number 4?

I assume there must be something so the text gets attached to the current figures.

like image 736
Thomas Koelle Avatar asked Nov 23 '16 09:11

Thomas Koelle


People also ask

How do I add more rows in draw io?

In the toolbar, select the table icon which will display a box that allows you to select the number of rows and columns you need. Click Arrange in the format panel to the right of the workspace. You should see the section named Table. Use the icons to add or delete rows and columns as you need to.

How do you add a row in entity relationship in draw io?

First, select any cell of the row or column that you want to alter. Now go to the grey toolbar and click on the table icon. Once you have a table cell selected, the table icon will expand a menu to either add or remove rows and columns.

How do you add operations to a class diagram?

Add an operation to a diagramOpen the target diagram. From the Project Browser open a Class and locate the operation to be added to the diagram. Drag the operation on to the diagram.


2 Answers

Select one of the existing rows and duplicate (ctrl/cmd-d or right click, select duplicate).

like image 160
Thomas the Tank Engine Avatar answered Dec 19 '22 03:12

Thomas the Tank Engine


If you want to add a new row below the selected one use Ctrl+Enter

It's better solution if you are dealing with classes with method and attribute fields. (Ex.: Class figure)

like image 20
Amadeusz Avatar answered Dec 19 '22 02:12

Amadeusz