Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
TreeSelection
A concrete implementation of the
ITreeSelection interface,
suitable for instantiating. |
Modifier and Type | Field and Description |
---|---|
static StructuredSelection |
StructuredSelection.EMPTY
The canonical empty selection.
|
Modifier and Type | Method and Description |
---|---|
protected StructuredSelection |
FilteredItemsSelectionDialog.getSelectedItems()
Returns the current selection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FilteredItemsSelectionDialog.handleSelected(StructuredSelection selection)
Handle selection in the items list by updating labels of selected and
unselected items and refresh the details field using the selection.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.