Interface ComponentsValidatorPluginExtension

  • All Superinterfaces:
    PluginExtension

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface ComponentsValidatorPluginExtension
    extends PluginExtension
    Startup plugin. It is invoked before the main frame of the editor is displayed.
    • Method Detail

      • getComponentsValidator

        ComponentsValidator getComponentsValidator()
        Gets the componet validator. It acts like a filter, removing buttons/toolbars, views, menu items from the main interface.
        Returns:
        The componentsValidator.