- Actions like Copying the class diagram to clipboard, Printing a class diagram can be done by right clicking on the canvas..(not on the class)
Component Context Menu.
- The Derived Class of a class can be easily added by right clicking on the class. Also the non-private members of the base class are added into the derived class. The abstract classes of the base class are made concrete in derived class.
- See also:
- Editing a Relation.
Class Context Menu.
- If you are a C# or VB.NET developer, then you can directly generate interfaces and property via metainfo. More details here....
- By middle clicking on a class, you can hide/unhide the methods/fields. The class outline changes to brown to indicate this.