|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.databinding.viewers.ViewerProperties
public class ViewerProperties
A factory for creating properties of JFace viewers
.
Constructor Summary | |
---|---|
ViewerProperties()
|
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewerProperties()
Method Detail |
---|
public static IViewerSetProperty checkedElements(Object elementType)
CheckboxTableViewer
, CheckboxTreeViewer
or
ICheckable
.
elementType
- the element type of the returned property
CheckboxTableViewer
, 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
.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.