Package com.nomagic.magicdraw.actions
Interface DiagramContextAMConfigurator
- 
- All Superinterfaces:
 ConfiguratorWithPriority,PriorityProvider,PriorityProvider
- All Known Implementing Classes:
 ActivityDiagramContextAMConfigurator,BaseDiagramContextAMConfigurator,ClassDiagramContextAMConfigurator,CollaborationDiagramContextAMConfigurator,CompositeStructureDiagramContextAMConfigurator,SequenceDiagramContextAMConfigurator,StateDiagramContextAMConfigurator
@OpenApiAll public interface DiagramContextAMConfigurator extends ConfiguratorWithPriority
The interface for all diagrams actions configurators. This configurator is used for configuring pop up menus visible in diagram. 
- 
- 
Field Summary
- 
Fields inherited from interface com.nomagic.utils.PriorityProvider
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(ActionsManager manager, DiagramPresentationElement diagram, PresentationElement[] selected, PresentationElement requester)Configure given actions manager for given diagram.- 
Methods inherited from interface com.nomagic.magicdraw.actions.ConfiguratorWithPriority
getPriority 
 - 
 
 - 
 
- 
- 
Method Detail
- 
configure
void configure(ActionsManager manager, DiagramPresentationElement diagram, PresentationElement[] selected, @CheckForNull PresentationElement requester)
Configure given actions manager for given diagram.- Parameters:
 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.
 
 - 
 
 -