Package org.eclipse.jface.databinding.viewers
package org.eclipse.jface.databinding.viewers
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.
-
ClassDescriptionA factory for creating properties of JFace
cell editors.IViewerListProperty<S,E> IListPropertyfor observing a JFace viewerIObservableobserving a JFace Viewer.IObservableListobserving a JFace Viewer.IObservableSetobserving a JFace Viewer.IObservableValueobserving a JFace Viewer.IViewerSetProperty<S,E> ISetPropertyfor observing a JFace viewerA strategy interface for updating the elements in aStructuredViewer.IViewerValueProperty<S,T> IValuePropertyfor observing a JFace viewerAcontent providerforAbstractTableViewerorAbstractListViewerthat provides elements of anIObservableListwhen set as the viewer's input.AnITreeContentProviderfor use with anAbstractTreeViewer, which uses the providedlist factoryto obtain the elements of a tree.A label provider based on one or more observable maps that track attributes that this label provider uses for display.A label provider based on one or more observable maps that track attributes that this label provider uses for display.Acontent providerforAbstractTableViewerorAbstractListViewerthat provides elements of anIObservableSetwhen set as the viewer's input.AnITreeContentProviderfor use with anAbstractTreeViewer, which uses the providedset factoryto obtain the elements of a tree.EditingSupportusing the JFace Data Binding concepts to handle the updating of an element from aCellEditor.Instances of this class can be used to improve accuracy and performance of anObservableListTreeContentProvideror anObservableSetTreeContentProvider.ViewerListProperty<S,E> Abstract list property implementation forViewerproperties.ViewerSetProperty<S,E> Abstract set property implementation forViewerproperties.Helper methods for binding observables to aStructuredViewerorAbstractTableViewer.ViewerValueProperty<S,T> Abstract value property implementation forViewerproperties.