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 TypeMethodDescriptionvoid
configure
(ActionsManager manager, Tree tree) Method should add or remove actions for given browser context menu.default int
Returns 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:ConfiguratorWithPriority
Returns 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 case configurator must have lower priority than others.- Specified by:
getPriority
in interfaceConfiguratorWithPriority
- Specified by:
getPriority
in interfacePriorityProvider
- Returns:
- priority of this configurator.
- See Also:
-