Eclipse Platform
Release 3.4

Package org.eclipse.jface.databinding.viewers

Provides classes that can be used to observe the JFace Viewer framework.

See:
          Description

Interface Summary
IViewerObservable IObservable observing a JFace Viewer.
IViewerObservableList IObservableList observing a JFace Viewer.
IViewerObservableSet IObservableSet observing a JFace Viewer.
IViewerObservableValue IObservableValue observing a JFace Viewer.
 

Class Summary
ListeningLabelProvider  
ObservableListContentProvider A content provider for AbstractTableViewer or AbstractListViewer that provides elements of an IObservableList when set as the viewer's input.
ObservableListTreeContentProvider An ITreeContentProvider for use with an AbstractTreeViewer, which uses the provided list factory to obtain the elements of a tree.
ObservableMapLabelProvider  
ObservableSetContentProvider A content provider for AbstractTableViewer or AbstractListViewer that provides elements of an IObservableSet when set as the viewer's input.
ObservableSetTreeContentProvider An ITreeContentProvider for use with an AbstractTreeViewer, which uses the provided set factory to obtain the elements of a tree.
ObservableValueEditingSupport EditingSupport using the JFace Data Binding concepts to handle the updating of an element from a CellEditor.
TreeStructureAdvisor Instances of this class can be used to improve accuracy and performance of an ObservableListTreeContentProvider or an ObservableSetTreeContentProvider.
ViewersObservables Factory methods for creating observables for JFace viewers
 

Package org.eclipse.jface.databinding.viewers Description

Provides classes that can be used to observe the JFace Viewer framework.

Package Specification

This package provides classes that can be used to observe the JFace Viewer framework.


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.