-
Notifications
You must be signed in to change notification settings - Fork 4
3783A8F4 AE2C 4B0D B432 2281ABCB7F77
AutomationML edited this page Jun 24, 2019
·
1 revision
Version 2.1.0.0 was released on 04/10/2018.
- This version contains the new namespace Aml.Editor.Plugin.Contracts.Commanding and corresponding interface class which extend the PlugIn contract. To use this extended contract, AutomationML Editor version 5.0.2 or higher has to be installed. All PlugIn interface contract classes can be combined in a single PlugIn implementation.
-
- IEditorCommanding This interface defines the property EditorCommand, which defines a callback delegate, set by the AutomationML editor to allow a PlugIn to invoke an editor command.
- AMLEditorCommandEnum This enumeration types defines the currently available editor commands, which can be invoked by a PlugIn. This type will be extended in future releases with additional commands. Each editor command is associated with a command specific argument class, derived from the abstract base class EditorCommandArguments which has to be used, when the EditorCommand callback is invoked.
The AutomationML Editor PlugIn Implementation Guide
Copyright © AutomationML e.V. 2018
Send comments on this topic to AutomationML office.
- AutomationML Editor API Reference Guide
- Version History
-
AutomationML Editor Plugin Development
- PluginBase Class
- DockPositionEnum Enumeration
- IAMLEditorExternalsPlugin Interface
- IAMLEditorPlugin Interface
- IAMLEditorPluginMetadata Interface
- IAMLEditorView Interface
- IAMLEditorViewCollection Interface
- INotifyAMLDocumentLoad Interface
- INotifyViewActivation Interface
- ISupportsSelection Interface
- IToolBarIntegration Interface
- PluginCommand Class
- PluginCommandsEnum Enumeration
- Aml.Editor.Plugin.Contracts.Commanding Namespace