Uses of Class
org.eclipse.jface.viewers.EditingSupport
Package
Description
Provides classes that can be used to observe the JFace Viewer framework.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of EditingSupport in org.eclipse.jface.databinding.viewers
Modifier and TypeClassDescriptionclass
EditingSupport
using the JFace Data Binding concepts to handle the updating of an element from aCellEditor
.Modifier and TypeMethodDescriptionstatic <E,
M, T> EditingSupport ObservableValueEditingSupport.create
(ColumnViewer viewer, DataBindingContext dataBindingContext, CellEditor cellEditor, IValueProperty<? super CellEditor, T> cellEditorProperty, IValueProperty<E, M> elementProperty) Returns an ObservableValueEditingSupport instance which binds the given cell editor property to the given element property. -
Uses of EditingSupport in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionvoid
ViewerColumn.setEditingSupport
(EditingSupport editingSupport) Set the editing support. -
Uses of EditingSupport in org.eclipse.ui.views.markers
Modifier and TypeMethodDescriptionMarkerField.getEditingSupport
(ColumnViewer viewer) Return the editing support for entries for this field. -
Uses of EditingSupport in org.eclipse.ui.views.properties
Modifier and TypeClassDescriptionclass
A concrete subclass ofEditingSupport
that implements cell editing support for column-based viewers (such as e.g.