Package com.nomagic.magicdraw.actions
Interface BrowserToolbarAMConfigurator
- All Superinterfaces:
ConfiguratorWithPriority,PriorityProvider,PriorityProvider
Configurator for configuring managers for browser toolbar.
-
Field Summary
Fields inherited from interface com.nomagic.utils.PriorityProvider
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(ActionsManager manager, Tree tree) Method should add or remove actions for given browser context menu.default intReturns priority of this configurator.
-
Method Details
-
configure
Method should add or remove actions for given browser context menu.- Parameters:
manager- manager to be configured.tree- tree for which context menu actions will be configured.
-
getPriority
default int getPriority()Description copied from interface:ConfiguratorWithPriorityReturns priority of this configurator. All configurators are sorted by priority before configuration. This is very important if one configurator expects input from other configurators. In such a case configurator must have lower priority than others.- Specified by:
getPriorityin interfaceConfiguratorWithPriority- Specified by:
getPriorityin interfacePriorityProvider- Returns:
- priority of this configurator.
- See Also:
-