@OpenApiAll public interface DiagramContextAMConfigurator extends ConfiguratorWithPriority
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY
Modifier and Type | Method and Description |
---|---|
void |
configure(com.nomagic.actions.ActionsManager manager,
com.nomagic.magicdraw.uml.symbols.DiagramPresentationElement diagram,
com.nomagic.magicdraw.uml.symbols.PresentationElement[] selected,
com.nomagic.magicdraw.uml.symbols.PresentationElement requestor)
Configure given actions manager for given diagram.
|
getPriority
void configure(com.nomagic.actions.ActionsManager manager, com.nomagic.magicdraw.uml.symbols.DiagramPresentationElement diagram, com.nomagic.magicdraw.uml.symbols.PresentationElement[] selected, @CheckForNull com.nomagic.magicdraw.uml.symbols.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.