|
Spec-Zone .ru
спецификации, руководства, описания, API
|
private class AudioEqualizer.Bands extends com.sun.javafx.collections.VetoableListDecorator<EqualizerBand>
| Constructor and Description |
|---|
AudioEqualizer.Bands() |
| 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, add, addAll, addAll, addAll, addListener, addListener, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, remove, removeAll, removeAll, removeListener, removeListener, retainAll, retainAll, set, setAll, setAll, size, subList, toArray, toArray, toStringprotected void onProposedChange(java.util.List<EqualizerBand> toBeAdded, int[] toBeRemoved)
com.sun.javafx.collections.VetoableListDecoratortoBeAdded 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.VetoableListDecorator<EqualizerBand>toBeAdded - the list to be addedCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .