Attribute Quick Dialog

StarUML

Attribute Quick Dialog

Top  Previous  Next

Attribute Quick Dialog is applied only to attribute elements. This appears when an attribute is double-clicked in a diagram. Hitting the [Enter] key or clicking outside the quick dialog applies the changes.

ch11.h201

Visibility Button ch11.h21

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

Edit Field ch11.h30

Attribute stereotype, visibility, name, type, multiplicity, order and default value can be entered in the edit field according to the syntax.

Syntax

<< stereotype >> visibility name : type = initialvalue

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

ch11.h202 Note

·Quick Dialog doesn't supports a part of [multiplicity ordered] among attribute notations in UML Specification.  Because it has been used part of type as [] symbol to the meaning of array.

Add Button ch11.h31

This adds a new attribute in the next location. Hitting [Ctrl + Enter] has the same effect. To insert in the current location, hit the [Ins] key.

Delete Button ch11.h32

This deletes the attribute. Hitting [Ctrl + Del] has the same effect.

Move Up Button ch11.h33

This moves the current attribute up. Hitting [Ctrl + Up] has the same effect. To edit the upper attribute, just hit the [Up] key.

Move Down Button ch11.h34

This moves the current attribute down. Hitting [Ctrl + Down] has the same effect. To edit the lower attribute, just hit the [Down] key.

Elements Applied

Attribute