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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentsValidator
getComponentsValidator()
Gets the componet validator.
-
-
-
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.
-
-