setForegroundColor (TreeUtils)
Versionshinweise | 16.1 | ||
---|---|---|---|
Web Client |
Code
TreeUtils.setForegroundColor(Color foregroundColor)
Beschreibung
Ändert die Textfarbe des aktuellen Baumknotens.
Parameter
- foregroundColor - Die Vordergrundfarbe
Beispiele
TreeUtils.setForegroundColor(GUIConstants.COLOR_BLUE);