@OpenApiAll public class BaseDiagramContextToolbarAMConfigurator extends java.lang.Object implements DiagramContextToolbarAMConfigurator
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY
Constructor and Description |
---|
BaseDiagramContextToolbarAMConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ActionsManager mngr,
PresentationElement requestor)
Configure given actions manager for given diagram.
|
int |
getPriority()
Returns priority of this configurator.
|
public BaseDiagramContextToolbarAMConfigurator()
public void configure(ActionsManager mngr, PresentationElement requestor)
configure
in interface DiagramContextToolbarAMConfigurator
mngr
- the given actions manager.requestor
- the selected object in the diagram.public int getPriority()
ConfiguratorWithPriority
getPriority
in interface ConfiguratorWithPriority
getPriority
in interface PriorityProvider
PriorityProvider.HIGH_PRIORITY
,
PriorityProvider.MEDIUM_PRIORITY
,
PriorityProvider.LOW_PRIORITY