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 usingTextAdornment
.- See Also:
TreeNodeAdornmentManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
adorn(java.lang.String text, Node node)
Adorn given text.
-
-
-
Method Detail
-
adorn
java.lang.String adorn(java.lang.String text, Node node)
Adorn given text.- Parameters:
text
- text to adornnode
- node that is displayed- Returns:
- adorned text
-
-