Package ro.sync.exml.plugin.startup
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 Summary
Modifier and TypeMethodDescriptionGets the componet validator.
-
Method Details
-
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.
-