Uses of Interface
org.jdesktop.observablecollections.ObservableList
Packages that use ObservableList
Package
Description
Provides support for observing changes to collection classes.
Private implementation details for Swing binding.
-
Uses of ObservableList in org.jdesktop.observablecollections
Methods in org.jdesktop.observablecollections that return ObservableListModifier and TypeMethodDescriptionObservableCollections.ObservableListHelper.getObservableList()
Returns theObservableList
.static <E> ObservableList
<E> ObservableCollections.observableList
(List<E> list) Creates and returns anObservableList
wrapping the suppliedList
.Methods in org.jdesktop.observablecollections with parameters of type ObservableListModifier and TypeMethodDescriptionvoid
ObservableListListener.listElementPropertyChanged
(ObservableList list, int index) Notification than a property of an element in this list has changed.void
ObservableListListener.listElementReplaced
(ObservableList list, int index, Object oldElement) Notification that an element has been replaced by another in the list.void
ObservableListListener.listElementsAdded
(ObservableList list, int index, int length) Notification that elements have been added to the list.void
ObservableListListener.listElementsRemoved
(ObservableList list, int index, List oldElements) Notification that elements have been removed from the list. -
Uses of ObservableList in org.jdesktop.swingbinding.impl
Methods in org.jdesktop.swingbinding.impl with parameters of type ObservableListModifier and TypeMethodDescriptionfinal void
ListBindingManager.listElementPropertyChanged
(ObservableList list, int index) final void
ListBindingManager.listElementReplaced
(ObservableList list, int index, Object oldElement) final void
ListBindingManager.listElementsAdded
(ObservableList list, int index, int length) final void
ListBindingManager.listElementsRemoved
(ObservableList list, int index, List elements)