Unlike extensions, you will not create an object of a plug-in class directly, but rather you will register your plug-in with the component it attaches to.
不像扩展,您不需要直接创建一个插件类对象,但是您要使用组件(它所附加的)来注册您的插件。
2
To filter logs, you pass a string based on the information you want to be filtered, such as your component or plug-in name.
为了筛选日志,您可以传递一条基于您想要筛选的信息的字符串,例如您的构件或者插件名。
3
Placing a single component view in each plug-in resolves whatever confusion may result from having properties from several components display when referring to a single one in the CAE UI.