Package com.nomagic.magicdraw.ui.browser
Interface TextAdornment
-
@OpenApiAll public interface TextAdornmentAn adornment of the browser tree node text.- See Also:
TreeNodeAdornmentManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringadorn(java.lang.String text, Element element)Adorn given text.
-
-
-
Method Detail
-
adorn
java.lang.String adorn(java.lang.String text, Element element)Adorn given text.- Parameters:
text- text to adorn.element- element represented by the node.- Returns:
- adorned text.
-
-