Package org.eclipse.jface.viewers.deferred


package org.eclipse.jface.viewers.deferred
Provides a framework for viewers that handle deferred contents.

Package Specification

The deferred viewers are viewers that can handle concurrent updates from a variety of Threads.
 

  • Class
    Description
    Abstract base class for all IConcurrentModel implementations.
    Content provider that performs sorting and filtering in a background thread.
    Interface for a set of unordered elements that can fire change notifications.
    Interface for objects that can listen to changes in an IConcurrentModel.
    This object maintains a collection of elements, sorted by a comparator given in the constructor.
    Trivial implementation of an IConcurrentModel.