Package com.nomagic.magicdraw.ui.browser
Interface NodeTextAdornment
@OpenApiAll
public interface NodeTextAdornment
An adornment of the browser tree node text. It can be used when the same element is displayed by different nodes,
and they need different texts to be displayed. Element text is displayed using
TextAdornment
.- See Also:
-
Method Summary
-
Method Details
-
adorn
Adorn given text.- Parameters:
text
- text to adornnode
- node that is displayed- Returns:
- adorned text
-