private class AudioEqualizer.Bands extends com.sun.javafx.collections.VetoableObservableList<EqualizerBand>
| Modifier and Type | Method and Description |
|---|---|
protected void |
onProposedChange(java.util.List<EqualizerBand> toBeAdded,
int[] toBeRemoved)
The type of the change can be observed from the combination of arguments.
|
add, addAll, callObservers, clear, hasObserver, iterator, listIterator, listIterator, onChanged, remove, remove, removeFromList, set, setAll, subListadd, addAll, addAll, addListener, addListener, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, lastIndexOf, remove, removeAll, removeAll, removeListener, removeListener, retainAll, retainAll, setAll, size, sort, sort, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addListener, remove, removeAll, removeListener, retainAll, setAlladd, addAll, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, lastIndexOf, removeAll, retainAll, size, toArray, toArrayaddListener, removeListenerprotected void onProposedChange(java.util.List<EqualizerBand> toBeAdded, int[] toBeRemoved)
com.sun.javafx.collections.VetoableObservableListtoBeAdded is non-empty
and indexes contain two indexes that are pointing to the position, e.g. {2, 2}
indexes are paired by two:
from(inclusive)-to(exclusive) and are pointing to the current list.
toBeAdded is always empty.
toBeAdded contains 1 element and indexes are like with removal: {index, index + 1}
toBeAdded contains all new elements and indexes looks like this: {0, size()}
onProposedChange in class com.sun.javafx.collections.VetoableObservableList<EqualizerBand>toBeAdded - the list to be addedCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.