| 前页 | 后页 |
插件
事件
All Enterprise Architect Add-Ins can choose to respond to general Add-In events.
Events
Event |
See also |
|---|---|
| EA_Connect - Add-Ins can use this to identify their type and to respond to Enterprise Architect start up. | EA_Connect |
| EA_Disconnect - Add-Ins can use this to respond to user requests to disconnect the model branch from an external project. | EA_Disconnect |
| EA_GetMenuItems - Add-Ins can use this to provide the Enterprise Architect user interface with additional Add-In menu options in various context menus. | EA_GetMenuItems |
| EA_GetMenuState - Add-Ins can use this to set a particular menu option to either enabled or disabled. | EA_GetMenuState |
| EA_GetRibbonCategory - Add-Ins can use this to identify the Ribbon panel in which to house their calling icon. | EA_GetRibbonCategory |
| EA_MenuClick - received by an Add-In in response to user selection of a menu option. | EA_MenuClick |
| EA_OnOutputItemClicked - informs Add-Ins that the user has clicked on a list entry in the system tab or one of the user defined output tabs. | EA_OnOutputItemClicked |
| EA_OnOutputItemDoubleClicked - informs Add-Ins that the user has used the mouse to double-click on a list entry in one of the user-defined output tabs. | EA_OnOutputItemDoubleClicked |
| EA_ShowHelp - Add-Ins can use this to show a Help topic for a particular menu option. | EA_ShowHelp |
