@OpenApiAll public interface DiagramContextAMConfigurator extends ConfiguratorWithPriority
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(ActionsManager manager,
         DiagramPresentationElement diagram,
         PresentationElement[] selected,
         PresentationElement requestor)
Configure given actions manager for given diagram. 
 | 
getPriorityvoid configure(ActionsManager manager, DiagramPresentationElement diagram, PresentationElement[] selected, @CheckForNull PresentationElement requestor)
manager - the given actions manager.diagram - the given diagram.selected - the selected symbols in the diagram.requestor - PresentationElement which request actions, can be null if requestor is diagram.