Class ViewerProperties
java.lang.Object
org.eclipse.jface.databinding.viewers.ViewerProperties
Deprecated.
A factory for creating properties of JFace
viewers
.- Since:
- 1.3
- Restriction:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
Deprecated.Returns a list property for observing the multiple post selection of anIPostSelectionProvider
.static IViewerListProperty
Deprecated.Returns a list property for observing the multiple selection of anISelectionProvider
.static IViewerValueProperty
Deprecated.Returns a value property for observing the single post selection of aIPostSelectionProvider
.static IViewerValueProperty
Deprecated.Returns a value property for observing the single selection of aISelectionProvider
.
-
Constructor Details
-
ViewerProperties
public ViewerProperties()Deprecated.
-
-
Method Details
-
checkedElements
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
Deprecated.Returns a value property for observing the input of aStructuredViewer
.- Returns:
- a value property for observing the input of a
StructuredViewer
.
-
input
Deprecated.Returns a value property for observing the input of aViewer
.- Returns:
- a value property for observing the input of a
Viewer
.
-
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
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
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
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
-
ViewerProperties
. That class creates typed property objects, while this class creates raw property objects.