Skip navigation links
A D I J N O R W 

A

addListener(InvalidationListener) - Method in interface javafx.beans.Observable
Adds an InvalidationListener which will be notified whenever the Observable becomes invalid.

D

DefaultProperty - Annotation Type in javafx.beans
Specifies a property to which child elements will be added or set when an explicit property is not given.

I

invalidated(Observable) - Method in interface javafx.beans.InvalidationListener
This method needs to be provided by an implementation of InvalidationListener.
invalidated(Observable) - Method in class javafx.beans.WeakInvalidationListener
This method needs to be provided by an implementation of InvalidationListener.
InvalidationListener - Interface in javafx.beans
An InvalidationListener is notified whenever an Observable becomes invalid.

J

javafx.beans - package javafx.beans
 

N

NamedArg - Annotation Type in javafx.beans
Annotation that provides information about argument's name.

O

Observable - Interface in javafx.beans
An Observable is an entity that wraps content and allows to observe the content for invalidations.

R

ref - Variable in class javafx.beans.WeakInvalidationListener
 
removeListener(InvalidationListener) - Method in interface javafx.beans.Observable
Removes the given listener from the list of listeners, that are notified whenever the value of the Observable becomes invalid.

W

wasGarbageCollected() - Method in class javafx.beans.WeakInvalidationListener
Returns true if the linked listener was garbage-collected.
wasGarbageCollected() - Method in interface javafx.beans.WeakListener
Returns true if the linked listener was garbage-collected.
WeakInvalidationListener - Class in javafx.beans
A WeakInvalidationListener can be used if an Observable should only maintain a weak reference to the listener.
WeakInvalidationListener(InvalidationListener) - Constructor for class javafx.beans.WeakInvalidationListener
The constructor of WeakInvalidationListener.
WeakListener - Interface in javafx.beans
WeakListener is the super interface of all weak listener implementations in the JavaFX API.
A D I J N O R W 
Skip navigation links