public interface Tracks
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.ref.Cleaner |
CLEANER |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
addListener(@NotNull java.lang.Object base,
@NotNull javafx.beans.Observable observable,
@NotNull javafx.beans.InvalidationListener l) |
|
static <E> void |
addListener(@NotNull java.lang.Object base,
@NotNull javafx.beans.value.ObservableValue<E> value,
@NotNull javafx.beans.value.ChangeListener<E> l) |
|
static <E> void |
addListListener(@NotNull java.lang.Object base,
@NotNull javafx.collections.ObservableList<E> list,
@NotNull javafx.collections.ListChangeListener<E> l) |
|
static <T> void |
track(javafx.scene.control.Control control,
javafx.collections.ObservableList<T> list,
javafx.scene.control.SelectionModel<T> selectionModel) |
static <T> void track(javafx.scene.control.Control control,
javafx.collections.ObservableList<T> list,
javafx.scene.control.SelectionModel<T> selectionModel)
static <E> void addListener(@NotNull
@NotNull java.lang.Object base,
@NotNull
@NotNull javafx.beans.value.ObservableValue<E> value,
@NotNull
@NotNull javafx.beans.value.ChangeListener<E> l)
static void addListener(@NotNull
@NotNull java.lang.Object base,
@NotNull
@NotNull javafx.beans.Observable observable,
@NotNull
@NotNull javafx.beans.InvalidationListener l)
static <E> void addListListener(@NotNull
@NotNull java.lang.Object base,
@NotNull
@NotNull javafx.collections.ObservableList<E> list,
@NotNull
@NotNull javafx.collections.ListChangeListener<E> l)
Copyright © 2012–2018 MARID software development group. All rights reserved.