Package | Description |
---|---|
org.eclipse.jface.databinding.viewers |
Provides classes that can be used to observe the JFace Viewer framework.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
static IViewerObservableSet |
ViewersObservables.observeCheckedElements(CheckboxTableViewer viewer,
Object elementType)
Returns an observable set that tracks the checked elements of the given
viewer.
|
Modifier and Type | Method and Description |
---|---|
static CheckboxTableViewer |
CheckboxTableViewer.newCheckList(Composite parent,
int style)
Creates a table viewer on a newly-created table control under the given parent.
|
Modifier and Type | Method and Description |
---|---|
protected CheckboxTableViewer |
ListSelectionDialog.getViewer()
Returns the viewer used to show the list.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.