Classifier Quick Dialog

StarUML

Classifier Quick Dialog

Top  Previous  Next

Classifier Quick Dialog is applied only to the elements that fall in the Classifier category (e.g. Class, Actor, Signal, ...). Hitting the [Enter] key or clicking outside the quick dialog applies the changes.

ch11.h199

Visibility Button ch11.h21

Element visibility can be selected from ch11.h194 Public, ch11.h195 Protected, ch11.h196 Private, and ch11.h197 Package.

Edit Field ch11.h26

Element name, visibility and stereotype can be entered in the edit field according to the syntax.

Syntax

<< stereotype >> visibility name

·<< stereotype >> : Enter the stereotype name. This may be omitted.
·visibility : Enter the character that corresponds to the elements visibility (+: public, #: protected, -: private, ~: package). This may be omitted.
·name : Enter the elements name.

Add Attribute Button ch11.h27

Creates and adds a new attribute.

Add Operation Button ch11.h25

Creates and adds a new operation.

Elements Applied

Class, Interface, Signal, Exception, Actor, UseCase, Artifact