Package | Description |
---|---|
org.eclipse.jface.databinding.viewers |
Provides classes that can be used to observe the JFace Viewer framework.
|
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(CheckboxTreeViewer viewer,
Object elementType)
Returns an observable set that tracks the checked elements of the given
viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerCheckedTreeViewer
CheckboxTreeViewer with special behaviour of the checked / gray state on
container (non-leaf) nodes:
The grayed state is used to visualize the checked state of its children.
|
Modifier and Type | Method and Description |
---|---|
protected CheckboxTreeViewer |
CheckedTreeSelectionDialog.createTreeViewer(Composite parent)
Creates the tree viewer.
|
protected CheckboxTreeViewer |
CheckedTreeSelectionDialog.getTreeViewer()
Returns the tree viewer.
|
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.