T - the list element typepublic abstract class SyntheticObservableListChange<T>
extends javafx.collections.ListChangeListener.Change<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
SyntheticObservableListChange.Add<T> |
static class |
SyntheticObservableListChange.Permutate<T> |
static class |
SyntheticObservableListChange.Remove<T> |
static class |
SyntheticObservableListChange.Replace<T> |
static class |
SyntheticObservableListChange.Update<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> javafx.collections.ListChangeListener.Change<T> |
fromChange(javafx.collections.ListChangeListener.Change<? extends T> pChange) |
int |
getFrom() |
boolean |
next() |
void |
reset() |
public boolean next()
next in class javafx.collections.ListChangeListener.Change<T>public void reset()
reset in class javafx.collections.ListChangeListener.Change<T>public int getFrom()
getFrom in class javafx.collections.ListChangeListener.Change<T>public static <T> javafx.collections.ListChangeListener.Change<T> fromChange(javafx.collections.ListChangeListener.Change<? extends T> pChange)
Copyright © 2023. All rights reserved.