@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 requester)
Configure given actions manager for given diagram.
|
getPriorityvoid configure(ActionsManager manager, DiagramPresentationElement diagram, PresentationElement[] selected, @CheckForNull PresentationElement requester)
manager - the given actions manager.diagram - the given diagram.selected - the selected symbols in the diagram.requester - PresentationElement which request actions, can be null if requester is diagram.