@OpenApiAll
public interface NodeIconAdornment
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Icon |
adorn(Node node,
javax.swing.Icon icon,
BaseElement element)
Adorn the given icon for tree node
|
javax.swing.Icon adorn(Node node, @CheckForNull javax.swing.Icon icon, BaseElement element)
node - tree node of elementicon - icon to adorn.element - element represented by the node.