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 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 IViewerListPropertyDeprecated.Returns a list property for observing the multiple post selection of anIPostSelectionProvider.static IViewerListPropertyDeprecated.Returns a list property for observing the multiple selection of anISelectionProvider.static IViewerValuePropertyDeprecated.Returns a value property for observing the single post selection of aIPostSelectionProvider.static IViewerValuePropertyDeprecated.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,CheckboxTreeViewerorICheckable.- Parameters:
elementType- the element type of the returned property- Returns:
- a set property for observing the checked elements of a
CheckboxTableViewer,CheckboxTreeViewerorICheckable.
-
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.