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.views.markers |
Utility classes for working with markers in views
|
org.eclipse.ui.views.properties |
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableValueEditingSupport
EditingSupport using the JFace Data Binding concepts to handle the
updating of an element from a CellEditor . |
Modifier and Type | Method and Description |
---|---|
static EditingSupport |
ObservableValueEditingSupport.create(ColumnViewer viewer,
DataBindingContext dbc,
CellEditor cellEditor,
IValueProperty cellEditorProperty,
IValueProperty elementProperty)
Returns an ObservableValueEditingSupport instance which binds the given
cell editor property to the given element property.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewerColumn.setEditingSupport(EditingSupport editingSupport)
Set the editing support.
|
Modifier and Type | Method and Description |
---|---|
EditingSupport |
MarkerField.getEditingSupport(ColumnViewer viewer)
Return the editing support for entries for this field.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyEditingSupport
A concrete subclass of
EditingSupport that implements cell editing
support for column-based viewers (such as e.g. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.