Modifier and Type | Method and Description |
---|---|
void |
SequenceList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
RangeList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
ListSelection.listChanged(ListEvent<E> listChanges)
Handle changes to the source list by adjusting our selection state and
the contents of the selected and deselected lists.
|
void |
SeparatorList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
SortedList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
GroupingList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
TransactionList.listChanged(ListEvent<E> listChanges)
Simply forwards all of the
listChanges since TransactionList
doesn't transform the source data in any way. |
void |
PluggableList.listChanged(ListEvent<E> listChanges) |
void |
FilterList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
ObservableElementList.listChanged(ListEvent<E> listChanges) |
void |
UniqueList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
FreezableList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
PopularityList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
CollectionList.listChanged(ListEvent<S> listChanges)
Handle changes in the parent list.
|
void |
FunctionList.listChanged(ListEvent<S> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
abstract void |
TransformedList.listChanged(ListEvent<S> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
TreeList.listChanged(ListEvent<TreeList.Node<E>> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEventListCalculation.listChanged(ListEvent<E> listChanges)
Updates the value of this Calculation in response to the
listChanges . |
Modifier and Type | Method and Description |
---|---|
abstract ListEvent<E> |
ListEvent.copy()
Create a bitwise copy of this
ListEvent . |
Modifier and Type | Method and Description |
---|---|
void |
ListEventAssembler.forwardEvent(ListEvent<?> listChanges)
Forwards the event.
|
void |
ListEventListener.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistentEventList.listChanged(ListEvent listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
FileList.listChanged(ListEvent listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
CachingList.listChanged(ListEvent listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
NetworkList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
CalculationCategoryDataset.listChanged(ListEvent<Calculation<? extends java.lang.Number>> listChanges)
This listener rebroadcasts ListEvents as DatasetChangeEvents.
|
void |
SimpleEventCategoryDataset.listChanged(ListEvent<java.lang.Comparable> listChanges)
Watch the row key and column key lists for changes and rebroadcast those
ListEvents as DatasetChangeEvents.
|
void |
EventListCategoryDataset.listChanged(ListEvent<ValueSegment<C,R>> listChanges)
This listener maintains a fast set of TreePairs for each unique value
found in the ValueSegments of the source list.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultEventTableModel.handleListChange(ListEvent<E> listChanges)
Default implementation for converting a
ListEvent to
TableModelEvents. |
void |
EventTreeModel.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
DefaultEventListModel.listChanged(ListEvent<E> listChanges)
For implementing the ListEventListener interface.
|
void |
DefaultEventTableModel.listChanged(ListEvent<E> listChanges)
For implementing the ListEventListener interface.
|
void |
EventTableColumnModel.listChanged(ListEvent<T> listChanges) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEventTableViewer.listChanged(ListEvent listChanges)
When the source list is changed, this forwards the change to the
displayed
Table . |
void |
DefaultEventComboViewer.listChanged(ListEvent<E> listChanges)
When the source combo is changed, this forwards the change to the
displayed combo.
|
void |
DefaultEventListViewer.listChanged(ListEvent<E> listChanges)
When the source list is changed, this forwards the change to the
displayed List.
|
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2016-06-08 1:48