Uses of Class
javafx.collections.SetChangeListener.Change
Packages that use SetChangeListener.Change
Package
Description
The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.Contains the essential JavaFX collections and collection utilities
-
Uses of SetChangeListener.Change in javafx.beans.property
Methods in javafx.beans.property with parameters of type SetChangeListener.ChangeModifier and TypeMethodDescriptionprotected void
ReadOnlySetPropertyBase.fireValueChangedEvent
(SetChangeListener.Change<? extends E> change) This method needs to be called if the content of the referencedObservableSet
changes.protected void
SetPropertyBase.fireValueChangedEvent
(SetChangeListener.Change<? extends E> change) -
Uses of SetChangeListener.Change in javafx.collections
Methods in javafx.collections with parameters of type SetChangeListener.ChangeModifier and TypeMethodDescriptionvoid
SetChangeListener.onChanged
(SetChangeListener.Change<? extends E> change) Called after a change has been made to an ObservableSet.void
WeakSetChangeListener.onChanged
(SetChangeListener.Change<? extends E> change) Called after a change has been made to an ObservableSet.