Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
[TreeItem]Note however that a TreeItem is not a Node, and therefore no visual events will be fired on the TreeItem. To get these events, it is necessary to add relevant observers to the TreeCell instances (via a custom cell factory - see the Cell class documentation for more details).
@Override
public void updateSelected(boolean arg0) {
super.updateSelected(arg0);
setTextFill(arg0 ? Color.WHITE : getItem().getColor());
}
Ich würde allerdings empfehlen das ganze über CSS zu machen. Das ist wesentlich flexibler und du kannst in Zukunft auch verschiedene Styles anbieten.