@OpenApiAll public interface DependencyMatrixAMConfigurator extends ConfiguratorWithPriority
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY| Modifier and Type | Method and Description | 
|---|---|
default void | 
configure(ActionsManager manager,
         java.util.Collection<ElementNode> elementNodes,
         boolean forRow,
         PersistenceManager settings)
Method for configuring context menu actions. 
 | 
default void | 
configure(ActionsManager manager,
         PersistenceManager settings,
         java.util.Collection<Element> elements,
         boolean forRow)
Deprecated. 
 
use {@link DependencyMatrixAMConfigurator#configure(com.nomagic.actions.ActionsManager, java.util.Collection, boolean, com.nomagic.magicdraw.dependencymatrix.persistence.PersistenceManager)) 
 | 
getPriority@Deprecated default void configure(ActionsManager manager, PersistenceManager settings, java.util.Collection<Element> elements, boolean forRow)
default void configure(ActionsManager manager, java.util.Collection<ElementNode> elementNodes, boolean forRow, PersistenceManager settings)
elements collection is empty - the click was on the filter area, otherwise
 forRow variable shows if it is row or column elements.manager - manager to be configured.elementNodes - currently selected row or column nodesforRow - true if configuring actions for selected rows, false - for selected column nodessettings - dependency Matrix Settings