Interface DependencyMatrixCellAMConfigurator

All Superinterfaces:
ConfiguratorWithPriority, PriorityProvider, PriorityProvider

@OpenApiAll public interface DependencyMatrixCellAMConfigurator extends ConfiguratorWithPriority
Configurator interface used to customize Dependency matrix cell menu actions.
  • 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.