Package | Description |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.event | |
ca.odell.glazedlists.io | |
ca.odell.glazedlists.swing |
Modifier and Type | Method and Description |
---|---|
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 |
PopularityList.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 |
FreezableList.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 |
ObservableElementList.listChanged(ListEvent<E> listChanges) |
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 |
PluggableList.listChanged(ListEvent<E> listChanges) |
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 |
TransactionList.listChanged(ListEvent<E> listChanges)
Simply forwards all of the
listChanges since TransactionList
doesn't transform the source data in any way. |
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 |
SeparatorList.listChanged(ListEvent<E> listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
FunctionList.listChanged(ListEvent<S> 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.
|
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.
|
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 |
CachingList.listChanged(ListEvent listChanges)
When the underlying list changes, this notification allows the
object to repaint itself or update itself as necessary.
|
void |
FileList.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 |
---|---|
protected void |
DefaultEventTableModel.handleListChange(ListEvent<E> listChanges)
Default implementation for converting a
ListEvent to
TableModelEvents. |
void |
DefaultEventTableModel.listChanged(ListEvent<E> listChanges)
For implementing the ListEventListener interface.
|
void |
DefaultEventListModel.listChanged(ListEvent<E> listChanges)
For implementing the ListEventListener interface.
|
void |
EventTableColumnModel.listChanged(ListEvent<T> listChanges) |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2016-02-14 0:54