Class ViewerProperties
- java.lang.Object
-
- org.eclipse.jface.databinding.viewers.ViewerProperties
-
-
Constructor Summary
Constructors Constructor Description ViewerProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IViewerSetPropertycheckedElements(Object elementType)Returns a set property for observing the checked elements of aCheckboxTableViewer,CheckboxTreeViewerorICheckable.static IViewerSetPropertyfilters()Returns a value property for observing the input of aStructuredViewer.static IViewerValuePropertyinput()Returns a value property for observing the input of aViewer.static IViewerListPropertymultiplePostSelection()Returns a list property for observing the multiple post selection of anIPostSelectionProvider.static IViewerListPropertymultipleSelection()Returns a list property for observing the multiple selection of anISelectionProvider.static IViewerValuePropertysinglePostSelection()Returns a value property for observing the single post selection of aIPostSelectionProvider.static IViewerValuePropertysingleSelection()Returns a value property for observing the single selection of aISelectionProvider.
-
-
-
Method Detail
-
checkedElements
public static IViewerSetProperty checkedElements(Object elementType)
Returns a set property for observing the checked elements of aCheckboxTableViewer,CheckboxTreeViewerorICheckable.- Parameters:
elementType- the element type of the returned property- Returns:
- a set property for observing the checked elements of a
CheckboxTableViewer,CheckboxTreeViewerorICheckable.
-
filters
public static IViewerSetProperty filters()
Returns a value property for observing the input of aStructuredViewer.- Returns:
- a value property for observing the input of a
StructuredViewer.
-
input
public static IViewerValueProperty input()
Returns a value property for observing the input of aViewer.- Returns:
- a value property for observing the input of a
Viewer.
-
multipleSelection
public static IViewerListProperty multipleSelection()
Returns a list property for observing the multiple selection of anISelectionProvider.- Returns:
- a list property for observing the multiple selection of an
ISelectionProvider.
-
multiplePostSelection
public static IViewerListProperty multiplePostSelection()
Returns a list property for observing the multiple post selection of anIPostSelectionProvider.- Returns:
- a list property for observing the multiple post selection
of an
IPostSelectionProvider. - Since:
- 1.4
-
singleSelection
public static IViewerValueProperty singleSelection()
Returns a value property for observing the single selection of aISelectionProvider.- Returns:
- a value property for observing the single selection of a
ISelectionProvider.
-
singlePostSelection
public static IViewerValueProperty singlePostSelection()
Returns a value property for observing the single post selection of aIPostSelectionProvider.- Returns:
- a value property for observing the single post selection
of a
IPostSelectionProvider. - Since:
- 1.4
-
-