Skip to content

Navigation

The CLOE GUI uses a navigation pattern similar to most IDEs in the market:

references_gui_layout.png

  1. On the top are the different sections of model objects (Orchestration, jobs...).
  2. On the top right corner are functional menus/features like settings or save.
  3. The grid in the middle changes based on the selection in the tree. It can be used to edit model objects.
  4. 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:

references_gui_basics_3.gif

To open an objects or open/close child model objects the small arrows can be used:

references_gui_basics_4.gif

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