|
 |
|
|
Uses of Interface org.eclipse.jface.viewers.ISelectionProvider
Classes in
org.eclipse.jface.viewers that implement
ISelectionProvider
|
class
|
AbstractListViewer
Abstract base class for viewers that contain lists of items (such as a combo or list). |
class
|
AbstractTableViewer
This is a widget independent class implementors of
Table like widgets can use to provide a
viewer on top of their widget implementations. |
class
|
AbstractTreeViewer
Abstract base implementation for tree-structure-oriented viewers (trees and
table trees). |
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. |
class
|
ColumnViewer
The ColumnViewer is the abstract superclass of viewers that have columns
(e.g., AbstractTreeViewer and AbstractTableViewer). |
class
|
ComboViewer
A concrete viewer based either on an SWT Combo control or CCombo
control. |
class
|
ContentViewer
A content viewer is a model-based adapter on a widget which accesses its
model by means of a content provider and a label provider. |
class
|
ListViewer
A concrete viewer based on an SWT List control. |
class
|
StructuredViewer
Abstract base implementation for structure-oriented viewers (trees, lists,
tables). |
class
|
TableTreeViewer
Deprecated. As of 3.1 use
TreeViewer instead
|
class
|
TableViewer
A concrete viewer based on a SWT Table control. |
class
|
TreeViewer
A concrete viewer based on an SWT Tree control. |
class
|
Viewer
A viewer is a model-based adapter on a widget. |
Methods in
org.eclipse.ui.part with parameters of type
ISelectionProvider
|
void
|
MultiPageEditorSite.
registerContextMenu
(
MenuManager menuManager,
ISelectionProvider selProvider)
The MultiPageEditorSite implementation of this
IWorkbenchPartSite method forwards to the multi-page
editor for registration. |
void
|
MultiPageEditorSite.
registerContextMenu
(
MenuManager menuManager,
ISelectionProvider selectionProvider,
boolean includeEditorInput)
|
void
|
IPageSite.
registerContextMenu
(
String menuId,
MenuManager menuManager,
ISelectionProvider selectionProvider)
Registers a pop-up menu with a particular id for extension. |
void
|
PageSite.
registerContextMenu
(
String menuID,
MenuManager menuMgr,
ISelectionProvider selProvider)
|
void
|
MultiPageEditorSite.
registerContextMenu
(
String menuID,
MenuManager menuMgr,
ISelectionProvider selProvider)
The MultiPageEditorSite implementation of this
IWorkbenchPartSite method forwards to the multi-page
editor for registration. |
void
|
MultiPageEditorSite.
registerContextMenu
(
String menuId,
MenuManager menuManager,
ISelectionProvider selectionProvider,
boolean includeEditorInput)
|
void
|
PageSite.
setSelectionProvider
(
ISelectionProvider provider)
|
void
|
MultiPageEditorSite.
setSelectionProvider
(
ISelectionProvider provider)
The MultiPageEditorSite implementation of this
IWorkbenchPartSite method remembers the selection
provider, and also hooks a listener on it, which calls
handleSelectionChanged when a selection changed event
occurs. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|