1. Home
  2. Docs
  3. Chapter 29. Application Options
  4. 2. Diagramming
  5. Class

Class

Download PDF
Option Name Description
Show parent style
  • UML – (default) Show tooltip of child class in UML style like Package::Class
  • Java/C# – Show tooltip of child class in Java/C# style like Package.Class
Show fully qualified class and package name in tooltip (default true) Enable to show fully qualified class and package name in tooltip like Package::Class/Package.Class(depending on the setting of Show parent style). Disable to show only the hovering class or package name and type like Class : Class.

Auto Attribute Type

Option Name Description
Name When an attribute entered matches with the name defined here, the type and default value will be automatically filled.
Type Automatically set attribute type value when the name user entered for an attribute matches with name specified in Name.
Default Value Automatically set default value when the name user entered for an attribute matches with name specified in Name.