Components Validation plugins

ComponentsValidatorPluginExtension allow developers to make customization of the Editor's menus, toolbars and some other components by allowing or filtering them from the user interface. 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 observe the values the application passes when these callbacks are called. You need to create an implementation for this interface which lists in the console all values received by each function. Then you can decide on the values to filter and act accordingly.