Uses of Class
ca.odell.glazedlists.event.ListEvent

Packages that use ListEvent
ca.odell.glazedlists   
ca.odell.glazedlists.event   
ca.odell.glazedlists.io   
ca.odell.glazedlists.swing   
ca.odell.glazedlists.swt   
 

Uses of ListEvent in ca.odell.glazedlists
 

Methods in ca.odell.glazedlists with parameters of type ListEvent
 void UniqueList.listChanged(ListEvent<E> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void SortedList.listChanged(ListEvent<E> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void SequenceList.listChanged(ListEvent<E> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void SeparatorList.listChanged(ListEvent<E> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void RangeList.listChanged(ListEvent<E> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void PopularityList.listChanged(ListEvent<E> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 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.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void FreezableList.listChanged(ListEvent<E> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void FilterList.listChanged(ListEvent<E> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

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 FunctionList.listChanged(ListEvent<S> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void CollectionList.listChanged(ListEvent<S> listChanges)
          Handle changes in the parent list.
 

Uses of ListEvent in ca.odell.glazedlists.event
 

Methods in ca.odell.glazedlists.event that return ListEvent
abstract  ListEvent ListEvent.copy()
          Create a bitwise copy of this ListEvent.
 

Methods in ca.odell.glazedlists.event with parameters of type ListEvent
 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.
 

Uses of ListEvent in ca.odell.glazedlists.io
 

Methods in ca.odell.glazedlists.io with parameters of type ListEvent
 void NetworkList.listChanged(ListEvent listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void FileList.listChanged(ListEvent listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 void CachingList.listChanged(ListEvent listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 

Uses of ListEvent in ca.odell.glazedlists.swing
 

Methods in ca.odell.glazedlists.swing with parameters of type ListEvent
 void EventTableModel.listChanged(ListEvent<E> listChanges)
          For implementing the ListEventListener interface.
 void EventListModel.listChanged(ListEvent<E> listChanges)
          For implementing the ListEventListener interface.
 

Uses of ListEvent in ca.odell.glazedlists.swt
 

Methods in ca.odell.glazedlists.swt with parameters of type ListEvent
 void EventKTableModel.listChanged(ListEvent listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.
 void EventTableViewer.listChanged(ListEvent listChanges)
          When the source list is changed, this forwards the change to the displayed Table.
 void EventListViewer.listChanged(ListEvent listChanges)
          When the source list is changed, this forwards the change to the displayed List.
 void EventComboViewer.listChanged(ListEvent listChanges)
          When the source combo is changed, this forwards the change to the displayed combo.
 



Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by jessewilson at 2006-05-23 22:33