Class ViewerProperties
- java.lang.Object
-
- org.eclipse.jface.databinding.viewers.ViewerProperties
-
@Deprecated public class ViewerProperties extends Object
Deprecated.This class has replaced by the classViewerProperties. That class creates typed property objects, while this class creates raw property objects. This class has been preserved for backwards compatibility reasons.A factory for creating properties of JFaceviewers.- Since:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description ViewerProperties()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IViewerSetPropertycheckedElements(Object elementType)Deprecated.Returns a set property for observing the checked elements of aCheckboxTableViewer,CheckboxTreeViewerorICheckable.static IViewerSetPropertyfilters()Deprecated.Returns a value property for observing the input of aStructuredViewer.static IViewerValuePropertyinput()Deprecated.Returns a value property for observing the input of aViewer.static IViewerListPropertymultiplePostSelection()Deprecated.Returns a list property for observing the multiple post selection of anIPostSelectionProvider.static IViewerListPropertymultipleSelection()Deprecated.Returns a list property for observing the multiple selection of anISelectionProvider.static IViewerValuePropertysinglePostSelection()Deprecated.Returns a value property for observing the single post selection of aIPostSelectionProvider.static IViewerValuePropertysingleSelection()Deprecated.Returns a value property for observing the single selection of aISelectionProvider.
-
-
-
Method Detail
-
checkedElements
public static IViewerSetProperty checkedElements(Object elementType)
Deprecated.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()
Deprecated.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()
Deprecated.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()
Deprecated.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()
Deprecated.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()
Deprecated.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()
Deprecated.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
-
-