Package com.nomagic.magicdraw.ui
Class ElementActivator
java.lang.Object
com.nomagic.magicdraw.ui.ElementActivator
Handles element activation. Activators are registered in
ElementActivationManager
.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
onActivate
(Element element) Invoked on element activation in UI.
-
Constructor Details
-
ElementActivator
public ElementActivator()
-
-
Method Details
-
onActivate
Invoked on element activation in UI.- Parameters:
element
- element to activate.- Returns:
- true if element activation is handled by this instance, otherwise - false.
-