Interface DependencyMatrixCellAMConfigurator
- All Superinterfaces:
ConfiguratorWithPriority
,PriorityProvider
,PriorityProvider
Configurator interface used to customize Dependency matrix cell menu actions.
-
Field Summary
Fields inherited from interface com.nomagic.utils.PriorityProvider
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ActionsManager manager, PersistenceManager settings, DependencyMatrixSelection selection) Method for configuring context menu actions.Methods inherited from interface com.nomagic.magicdraw.actions.ConfiguratorWithPriority
getPriority
-
Method Details
-
configure
void configure(ActionsManager manager, PersistenceManager settings, DependencyMatrixSelection selection) Method for configuring context menu actions. During this call, new actions can be added to dependency matrix menu. Also existing actions can be removed from the given manager. Using this configurator only one menu type may be configured - cell menu.- Parameters:
manager
- manager to be configured.settings
- dependency matrix settings.selection
- dependency matrix selection.
-