BufferedValueModel
that uses an ObservableList as a buffer to hold chandes to a Collection
or array
. Internally this is called the "buffered list model." On commit the following steps occur:
NOTE: Between calls to commit the list model adheres to the contract defined in java.util.List
NOT the contract of the underlying collection's type. This can result in the list model representing a state that is not possible for the underlying collection.
@author oliverh
|
|