JavaFX 8 Tutorial - JavaFX Collections & ListView - #18

preview_player
Показать описание
In this video We are going to learn how to use JavaFX Collections in order to manipulate the content of a ListView.

- ObservableList
- add, addAll, remove, removeAll, set.
- FXCollections Class
- replaceAll, sort, observableArrayList

JavaFX 8 Life FX Tutorial Playlist

JavaFX Collections Code Example

JavaFX 8 API - ObservableList

JavaFX 8 API - ListView

Java 8 API - Collection Interface

Java 8 API - List

Java 8 API - ArrayList

JavaFX 8 API - FXCollections Class

Java 8 API - Collections Class

Using JavaFX Collections

Understanding Observable Collections

For more Videos and Books visit:

FaceBook - JavaFX Easy Way

Google+ - JavaFX Easy Way

Thank you!
Рекомендации по теме
Комментарии
Автор

I honestly don't know how to thank you. After going through a shit load of videos I finally came across yours and that that's all I needed. I love you buddy. Thank you very much! :D :*

suyashsharma
Автор

In your addAll method you could use the trim method to remove any unwanted white space around the string before you store it.

RedEyedJedi