Package com.nomagic.magicdraw.actions
Interface TargetElementAMConfigurator
- All Superinterfaces:
ConfiguratorWithPriority
,PriorityProvider
,PriorityProvider
Actions configurator uses for context toolbar
-
Field Summary
Fields inherited from interface com.nomagic.utils.PriorityProvider
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ActionsManager mngr, PresentationElement requestor, String pathAction) Configures target elements for SmartManipulators path actionsMethods inherited from interface com.nomagic.magicdraw.actions.ConfiguratorWithPriority
getPriority
-
Method Details
-
configure
Configures target elements for SmartManipulators path actions- Parameters:
mngr
- managerrequestor
- target symbolpathAction
- path action ID
-