Interface DependencyMatrixCellAMConfigurator
-
- All Superinterfaces:
ConfiguratorWithPriority
,PriorityProvider
,PriorityProvider
@OpenApiAll public interface DependencyMatrixCellAMConfigurator extends ConfiguratorWithPriority
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(ActionsManager manager, PersistenceManager settings, DependencyMatrixSelection selection)
Method for configuring context menu actions.-
Methods inherited from interface com.nomagic.magicdraw.actions.ConfiguratorWithPriority
getPriority
-
-
-
-
Method Detail
-
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.
-
-