IN THIS ARTICLE
Fundamental Concepts
The Action Manager system relies on a series of fundamental elements that can be reused to standardize the interfaces.
Elements
| Topic | Description |
|---|---|
| Actions | Registering and triggering editor behaviors. |
| Menus | Registering and displaying menus in the editor interface. |
| ToolBars | Registering and displaying toolbars in the editor interface. |
| HotKeys | Assigning a widget to an action context to allow triggering actions via a hotkey. |
Concepts
| Topic | Description |
|---|---|
| Registration | Best practices and specifics on the Action Manager registration API mechanism. |
| Identifiers | Unique strings used to address all of the individual elements of the system. |
| Sort Keys | Integers to determine the ordering of items in an extensible framework. |
| Visibility | Settings to define whether disabled actions should be shown on the interface or not. |