| Constructor and Description |
|---|
ViewerProperties() |
| Modifier and Type | Method and Description |
|---|---|
static IViewerSetProperty |
checkedElements(Object elementType)
Returns a set property for observing the checked elements of a
CheckboxTableViewer, CheckboxTreeViewer or
ICheckable. |
static IViewerSetProperty |
filters()
Returns a value property for observing the input of a
StructuredViewer. |
static IViewerValueProperty |
input()
Returns a value property for observing the input of a
Viewer. |
static IViewerListProperty |
multiplePostSelection()
Returns a list property for observing the multiple post selection
of an
IPostSelectionProvider. |
static IViewerListProperty |
multipleSelection()
Returns a list property for observing the multiple selection of an
ISelectionProvider. |
static IViewerValueProperty |
singlePostSelection()
Returns a value property for observing the single post selection
of a
IPostSelectionProvider. |
static IViewerValueProperty |
singleSelection()
Returns a value property for observing the single selection of a
ISelectionProvider. |
public static IViewerSetProperty checkedElements(Object elementType)
CheckboxTableViewer, CheckboxTreeViewer or
ICheckable.elementType - the element type of the returned propertyCheckboxTableViewer, CheckboxTreeViewer or
ICheckable.public static IViewerSetProperty filters()
StructuredViewer.StructuredViewer.public static IViewerValueProperty input()
Viewer.Viewer.public static IViewerListProperty multipleSelection()
ISelectionProvider.ISelectionProvider.public static IViewerListProperty multiplePostSelection()
IPostSelectionProvider.IPostSelectionProvider.public static IViewerValueProperty singleSelection()
ISelectionProvider.ISelectionProvider.public static IViewerValueProperty singlePostSelection()
IPostSelectionProvider.IPostSelectionProvider.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.