Navigation¶
The CLOE GUI uses a navigation pattern similar to most IDEs in the market:
- On the top are the different sections of model objects (Orchestration, jobs...).
- On the top right corner are functional menus/features like settings or save.
- The grid in the middle changes based on the selection in the tree. It can be used to edit model objects.
- On the left side is a hierarchical tree which is used to navigate model objects and change the grid view. It cannot be used for editing.
Tree navigation¶
There are two components to tree navigation: selection and opening/closing of objects. Selection is used to open the respective grid to edit a group of objects / an object. Selection can only be done by clicking on the name of an object:
To open an objects or open/close child model objects the small arrows can be used:
Shotcuts¶
| Component | Action | Shortcut | Description |
|---|---|---|---|
| grid | new entry | ctrl+n |
Adds a new data entry |
| grid | duplicate entry | ctrl+d |
Duplicates a selected data entry |
| grid | delete entry | ctrl+k |
Deletes a selected data entry |
| tree | search | ctrl+shift+F |
Opens the search panel. Can be closed with esc |


