Operation Quick Dialog

StarUML

Operation Quick Dialog

Top  Previous  Next

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

ch11.h203

Visibility Button ch11.h21

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

Edit Field ch11.h35

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

Syntax

<< stereotype >> visibility name( parameters ) : returntype

·<< stereotype >> : Enter the stereotype name. This may be omitted.
·visibility : Enter the character that corresponds to the operations visibility (+: public, #: protected, -: private, ~: package). This may be omitted.
·name : Enter the operations name
·( parameters ) : Enter the operations parameters. Parameters follow the syntax of direction name : type and the parameters are separated by comma (,). Parameter relay direction is indicated by direction; it can be in, inout, or out. Parameter name is indicated by name, and parameter type is indicated by type. This may be omitted.
·: returntype : Enter the operations return type. This may be omitted.

Add Button ch11.h31

This adds a new operation 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 operation. Hitting [Ctrl + Del] has the same effect.

Move Up Button ch11.h33

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

Move Down Button ch11.h34

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

Elements Applied

Operation