Object Quick Dialog

StarUML

Object Quick Dialog

Top  Previous  Next

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

ch11.h213

Visibility Button ch11.h21

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

Edit Field ch11.h36

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

Syntax

<< stereotype >> visibility name : type

·<< stereotype >> : Enter the stereotype name. This may be omitted.
·visibility : Enter the character that corresponds to the objects visibility (+: public, #: protected, -: private, ~: package). This may be omitted.
·name : Enter the objects name.
·: type : Enter the objects type name. This has to be one of the classifiers defined in the current project. This may be omitted.

Create New Class Element Button ch11.h39

This creates a new class element in the parent namespace of the CollaborationInstanceSet where the object element belongs, and references the new class element in the objects classifier attribute.

Elements Applied

Object