Package com.nomagic.magicdraw.ui
Interface IconAdornment
@OpenApiAll
public interface IconAdornment
An adornment of the browser tree node icon.
For example containment tree uses these kinds of adornments for marking hyperlinked elements.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionadorn
(Component component, Icon icon, BaseElement element) Adorn the given icon.
-
Method Details
-
adorn
Adorn the given icon.- Parameters:
component
- tree component.icon
- icon to adorn.element
- element represented by the node.- Returns:
- adorned icon.
-