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

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

Introduction

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

The text is from its open source code.

Method

IViewerSetPropertycheckedElements(Object elementType)
Returns a set property for observing the checked elements of a CheckboxTableViewer , CheckboxTreeViewer or ICheckable .
IViewerValuePropertyinput()
Returns a value property for observing the input of a Viewer .
IViewerListPropertymultipleSelection()
Returns a list property for observing the multiple selection of an ISelectionProvider .
IViewerValuePropertysinglePostSelection()
Returns a value property for observing the single post selection of a IPostSelectionProvider .
IViewerValuePropertysingleSelection()
Returns a value property for observing the single selection of a ISelectionProvider .