NoteIn most cases, creating an element from Toolbox means creating the both Model Element and View Element. For example, if you create a Class in a Diagram from Toolbox, a Class Model Element and a Class View Model which referencing the Model Element will be created. See Basic Concepts​
See also​Basic Concepts - Before deleting elements, you need to distinguish the difference of Model Element, View Element, and Diagram.
Delete
or Select Edit | Delete in Menu Bar or Delete in Context Menu.NoteDeleting View Elements do not delete Model Elements.
Ctrl+Delete
or Select Edit | Delete from Model in Menu Bar or Delete from Model in Context Menu.NoteModel Elements are always deleted with corresponding View Elements.
Shift
. When you drag an area, Elements overlaps the area will be selected. Pressing Shift
also work with dragging.Ctrl+A
or select Edit | Select All in Menu Bar or Select All in Context Menu.NoteSelecing an Element on a Diagram means selection of the both Model Element and View Element.
Ctrl+E
or select Edit | Select In Explorer in Menu Bar or Select In Explorer in Context Menu.Ctrl+C
or select Edit | Copy in Menu Bar or Copy in Context Menu. (To cut view elements, press Ctrl+X
or select Edit | Cut in Menu Bar or Cut in Context Menu)Ctrl+V
or select Edit | Paste in Menu Bar or Paste in Context Menu. The copied view elements will be pasted to the active diagram.Ctrl+C
or select Edit | Copy in Menu Bar or Copy in Context Menu. (To cut view elements, press Ctrl+X
or select Edit | Cut in Menu Bar or Cut in Context Menu)Ctrl+V
or select Edit | Paste in Menu Bar or Paste in Context Menu. The copied view elements will be pasted to the active diagram. The copied model element can be pasted in where an element is able to contain.NoteSome elements are not allowed to copy, cut, and paste.
Ctrl+Z
or select Edit | Undo in Menu Bar.Ctrl+Y
or select Edit | Redo in Menu Bar.stereotype
property in Property Editor.stereotype
property in Property Editor.specification
property in Property Editor.name
: Name of Tagkind
: Kind of Tag. kind
could be one of string
, reference
, boolean
, number
, or hidden
. if hidden
is chosen, this Tag will not be shown on View Element.value
: Value of Tag when kind
is string
.reference
: Reference value of Tag when kind
is reference
.checked
: Boolean value of Tag when kind
is boolean
.number
: Number value of Tag when kind
is number
.Ctrl+F
or Select Model | Find... in Menu Bar.