|
 |
|
|
Uses of Class org.eclipse.jface.viewers.StructuredViewer
Methods in
org.eclipse.jface.databinding.viewers with parameters of type
StructuredViewer
|
static void
|
ViewerSupport.
bind
(
StructuredViewer viewer,
IObservableList input,
org.eclipse.core.databinding.property.value.IValueProperty labelProperty)
Binds the viewer to the specified input, using the specified label
property to generate labels. |
static void
|
ViewerSupport.
bind
(
StructuredViewer viewer,
IObservableList input,
org.eclipse.core.databinding.property.value.IValueProperty[] labelProperties)
Binds the viewer to the specified input, using the specified label
properties to generate labels. |
static void
|
ViewerSupport.
bind
(
StructuredViewer viewer,
IObservableSet input,
org.eclipse.core.databinding.property.value.IValueProperty labelProperty)
Binds the viewer to the specified input, using the specified label
property to generate labels. |
static void
|
ViewerSupport.
bind
(
StructuredViewer viewer,
IObservableSet input,
org.eclipse.core.databinding.property.value.IValueProperty[] labelProperties)
Binds the viewer to the specified input, using the specified label
properties to generate labels. |
static
IViewerObservableSet
|
ViewersObservables.
observeFilters
(
StructuredViewer viewer)
Returns an observable set that tracks the filters of the given viewer. |
Subclasses of
StructuredViewer in
org.eclipse.jface.viewers
|
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
|
ListViewer
A concrete viewer based on an SWT List control. |
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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|