Package com.nomagic.magicdraw.ui
Interface NodeIconAdornment
@OpenApiAll
public interface NodeIconAdornment
An adornment of the browser tree node icon.
If we adorn tree node elements, we need node, as tree now can show multiple nodes of same elements. For example in Smart package.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionadorn
(Node node, Icon icon, BaseElement element) Adorn the given icon for tree node
-
Method Details
-
adorn
Adorn the given icon for tree node- Parameters:
node
- tree node of elementicon
- icon to adorn.element
- element represented by the node.- Returns:
- adorned icon.
-