Package com.nomagic.magicdraw.actions
Interface BrowserContextAMConfigurator
- All Superinterfaces:
ConfiguratorWithPriority
,PriorityProvider
,PriorityProvider
Configurator for configuring managers for browser pop up menu.
-
Field Summary
Fields inherited from interface com.nomagic.utils.PriorityProvider
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ActionsManager mngr, Tree tree) Method should add or remove actions for given browser context menu.Methods inherited from interface com.nomagic.magicdraw.actions.ConfiguratorWithPriority
getPriority
-
Method Details
-
configure
Method should add or remove actions for given browser context menu.- Parameters:
mngr
- manager to be configured.tree
- tree for which context menu actions will be configured.
-