org.eclipse.jface.databinding.viewers
Class ViewerProperties
java.lang.Object
org.eclipse.jface.databinding.viewers.ViewerProperties
-
public class ViewerProperties
- extends
Object
A factory for creating properties of JFace
viewers
.
-
Since:
- 1.3
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
ViewerProperties
public ViewerProperties()
checkedElements
public static
IViewerSetProperty checkedElements(
Object elementType)
- Returns a set property for observing the checked elements of a
CheckboxTableViewer
,
CheckboxTreeViewer
or
ICheckable
.
-
-
Parameters:
-
elementType
- the element type of the returned property
-
Returns:
- a set property for observing the checked elements of a
CheckboxTableViewer
,
CheckboxTreeViewer
or
ICheckable
.
filters
public static
IViewerSetProperty filters()
- Returns a value property for observing the input of a
StructuredViewer
.
-
-
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 a
Viewer
.
-
-
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 an
ISelectionProvider
.
-
-
Returns:
- a list property for observing the multiple selection of an
ISelectionProvider
.
singleSelection
public static
IViewerValueProperty singleSelection()
- Returns a value property for observing the single selection of a
ISelectionProvider
.
-
-
Returns:
- a value property for observing the single selection of a
ISelectionProvider
.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.