Eclipse Platform
Release 3.2

Package org.eclipse.jface.viewers.deferred

Provides a framework for viewers that handle deferred contents.

See:
          Description

Interface Summary
IConcurrentModel Interface for a set of unordered elements that can fire change notifications.
IConcurrentModelListener Interface for objects that can listen to changes in an IConcurrentModel.
 

Class Summary
AbstractConcurrentModel Abstract base class for all IConcurrentModel implementations.
DeferredContentProvider Content provider that performs sorting and filtering in a background thread.
LazySortedCollection This object maintains a collection of elements, sorted by a comparator given in the constructor.
SetModel Trivial implementation of an IConcurrentModel.
 

Package org.eclipse.jface.viewers.deferred Description

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.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.