Example usage for Java org.eclipse.jface.databinding.viewers ViewerProperties fields, constructors, methods, implement or subclass
The text is from its open source code.
IViewerSetProperty | checkedElements(Object elementType) Returns a set property for observing the checked elements of a CheckboxTableViewer , CheckboxTreeViewer or ICheckable . |
IViewerValueProperty | input() Returns a value property for observing the input of a Viewer . |
IViewerListProperty | multipleSelection() Returns a list property for observing the multiple selection of an ISelectionProvider . |
IViewerValueProperty | singlePostSelection() Returns a value property for observing the single post selection of a IPostSelectionProvider . |
IViewerValueProperty | singleSelection() Returns a value property for observing the single selection of a ISelectionProvider . |