Class ViewerProperties
- java.lang.Object
-
- org.eclipse.jface.databinding.viewers.ViewerProperties
-
@Deprecated public class ViewerProperties extends Object
Deprecated.This class will be removed in a future release. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=546822 for more information. It has been replaced by the classViewerProperties
. That class creates typed property objects, while this class creates raw property objects.A factory for creating properties of JFaceviewers
.- Since:
- 1.3
- Restriction:
-
-
Constructor Summary
Constructors Constructor Description ViewerProperties()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IViewerSetProperty
checkedElements(Object elementType)
Deprecated.Returns a set property for observing the checked elements of aCheckboxTableViewer
,CheckboxTreeViewer
orICheckable
.static IViewerSetProperty
filters()
Deprecated.Returns a value property for observing the input of aStructuredViewer
.static IViewerValueProperty
input()
Deprecated.Returns a value property for observing the input of aViewer
.static IViewerListProperty
multiplePostSelection()
Deprecated.Returns a list property for observing the multiple post selection of anIPostSelectionProvider
.static IViewerListProperty
multipleSelection()
Deprecated.Returns a list property for observing the multiple selection of anISelectionProvider
.static IViewerValueProperty
singlePostSelection()
Deprecated.Returns a value property for observing the single post selection of aIPostSelectionProvider
.static IViewerValueProperty
singleSelection()
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
,CheckboxTreeViewer
orICheckable
.- Parameters:
elementType
- the element type of the returned property- Returns:
- a set property for observing the checked elements of a
CheckboxTableViewer
,CheckboxTreeViewer
orICheckable
.
-
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
-
-