Java org.eclipse.jface.databinding.viewers ViewersObservables fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.databinding.viewers ViewersObservables fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.databinding.viewers ViewersObservables.

The text is from its open source code.

Method

IObservableSetobserveCheckedElements(ICheckable checkable, Object elementType)
Returns an observable set that tracks the checked elements of the given ICheckable.
IViewerObservableSetobserveCheckedElements(CheckboxTableViewer viewer, Object elementType)
Returns an observable set that tracks the checked elements of the given viewer.
IViewerObservableSetobserveCheckedElements(CheckboxTreeViewer viewer, Object elementType)
Returns an observable set that tracks the checked elements of the given viewer.
IObservableValueobserveInput(Viewer viewer)
Returns an observable value that tracks the input of the given viewer.
IObservableListobserveMultiSelection(ISelectionProvider selectionProvider)
Returns an observable list that tracks the current selection of the given selection provider.
IViewerObservableListobserveMultiSelection(Viewer viewer)
Returns an observable list that tracks the current selection of the given viewer.
IObservableValueobserveSinglePostSelection(IPostSelectionProvider selectionProvider)
Returns an observable value that tracks the current post selection of the given post selection provider.
IViewerObservableValueobserveSinglePostSelection(StructuredViewer viewer)
Returns an observable value that tracks the current post selection of the given structured viewer.
IObservableValueobserveSingleSelection(ISelectionProvider selectionProvider)
Returns an observable value that tracks the current selection of the given selection provider.
IViewerObservableValueobserveSingleSelection(Viewer viewer)
Returns an observable value that tracks the current selection of the given viewer.