Components Validation plugins

ComponentsValidatorPluginExtension allow developers to make customization of the Editor's menus, toolbars and some other components. There is one method that has to be implemented:

The ComponentsValidator provides methods to filter various features from being added to the application GUI:

[Tip]Tip

The best way to decide what to filter is to first see the values the application passes when these callbacks are called. You can first create an implementation for this interface which lists in a file in in the console all values received by each function. Then you can decide on the values to filter and act accordingly.