Uses of Interface
org.jdesktop.observablecollections.ObservableList
-
Packages that use ObservableList Package Description org.jdesktop.observablecollections org.jdesktop.swingbinding.impl -
-
Uses of ObservableList in org.jdesktop.observablecollections
Methods in org.jdesktop.observablecollections that return ObservableList Modifier and Type Method Description ObservableList<E>ObservableCollections.ObservableListHelper. getObservableList()Returns theObservableList.static <E> ObservableList<E>ObservableCollections. observableList(List<E> list)Creates and returns anObservableListwrapping the suppliedList.Methods in org.jdesktop.observablecollections with parameters of type ObservableList Modifier and Type Method Description voidObservableListListener. listElementPropertyChanged(ObservableList list, int index)Notification than a property of an element in this list has changed.voidObservableListListener. listElementReplaced(ObservableList list, int index, Object oldElement)Notification that an element has been replaced by another in the list.voidObservableListListener. listElementsAdded(ObservableList list, int index, int length)Notification that elements have been added to the list.voidObservableListListener. 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 ObservableList Modifier and Type Method Description voidListBindingManager. listElementPropertyChanged(ObservableList list, int index)voidListBindingManager. listElementReplaced(ObservableList list, int index, Object oldElement)voidListBindingManager. listElementsAdded(ObservableList list, int index, int length)voidListBindingManager. listElementsRemoved(ObservableList list, int index, List elements)
-