Spec-Zone .ru
спецификации, руководства, описания, API
|
See: Description
Interface | Description |
---|---|
ListChangeListener<E> |
Interface that receives notifications of changes to an ObservableList.
|
MapChangeListener<K,V> |
Interface that receives notifications of changes to an ObservableMap.
|
ObservableList<E> |
A list that allows listeners to track changes when they occur.
|
ObservableMap<K,V> |
A map that allows observers to track changes when they occur.
|
ObservableSet<E> |
A set that allows observers to track changes when they occur.
|
SetChangeListener<E> |
Interface that receives notifications of changes to an ObservableSet.
|
Class | Description |
---|---|
FXCollections |
Utility class that consists of static methods that are 1:1 copies of java.util.Collections methods.
|
ListChangeListener.Change<E> |
Represents a report of a change done to an Observablelist.
The getRemoved() method returns a list of elements that have been
replaced or removed from the list.The range [getFrom(), getTo()) is the range of elements
in the list that contain new elements. |
MapChangeListener.Change<K,V> |
An elementary change done to an ObservableMap.
|
SetChangeListener.Change<E> |
An elementary change done to an ObservableSet.
|
WeakListChangeListener<E> |
A
WeakListChangeListener can be used, if an ObservableList
should only maintain a weak reference to the listener. |
WeakMapChangeListener<K,V> |
A
WeakMapChangeListener can be used, if an ObservableMap
should only maintain a weak reference to the listener. |
WeakSetChangeListener<E> |
A
WeakSetChangeListener can be used, if an ObservableSet
should only maintain a weak reference to the listener. |
Contains the essential JavaFX collections and collection utilities
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to