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 IObservableSet |
ViewersObservables.observeCheckedElements(ICheckable checkable,
Object elementType)
Returns an observable set that tracks the checked elements of the given
ICheckable . |
Modifier and Type | Class and Description |
---|---|
class |
CheckboxTableViewer
A concrete viewer based on an SWT
Table
control with checkboxes on each node. |
class |
CheckboxTreeViewer
A concrete tree-structured viewer based on an SWT
Tree
control with checkboxes on each node. |
Modifier and Type | Method and Description |
---|---|
ICheckable |
CheckStateChangedEvent.getCheckable()
Returns the checkable that is the source of this event.
|
Constructor and Description |
---|
CheckStateChangedEvent(ICheckable source,
Object element,
boolean state)
Creates a new event for the given source, element, and checked state.
|
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.