Uses of Class
org.eclipse.jface.viewers.CellEditor
Packages that use CellEditor
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.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of CellEditor in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers that return types with arguments of type CellEditorModifier and TypeMethodDescriptionstatic IValueProperty<CellEditor, Control> CellEditorProperties.control()Returns a value property for observing the control of aCellEditor.Methods in org.eclipse.jface.databinding.viewers with parameters of type CellEditorModifier 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.protected abstract IObservableValue<T> ObservableValueEditingSupport.doCreateCellEditorObservable(CellEditor cellEditor) Creates the observable value for the CellEditor.protected final voidObservableValueEditingSupport.initializeCellEditorValue(CellEditor cellEditor, ViewerCell cell) Creates aBindingbetween the editor and the element to be edited.protected final voidObservableValueEditingSupport.saveCellEditorValue(CellEditor cellEditor, ViewerCell cell) Updates the model from the target.Method parameters in org.eclipse.jface.databinding.viewers with type arguments of type CellEditorModifier 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 CellEditor in org.eclipse.jface.viewers
Subclasses of CellEditor in org.eclipse.jface.viewersModifier and TypeClassDescriptionclassA cell editor that manages a checkbox.classA cell editor that manages a color field.classA cell editor that presents a list of items in a combo box.classA cell editor that presents a list of items in a combo box.classAn abstract cell editor that uses a dialog.classA cell editor that manages a text entry field.Methods in org.eclipse.jface.viewers that return CellEditorModifier and TypeMethodDescriptionprotected abstract CellEditorEditingSupport.getCellEditor(Object element) The editor to be shownColumnViewer.getCellEditors()Return the CellEditors for the receiver, ornullif no cell editors are set.Methods in org.eclipse.jface.viewers with parameters of type CellEditorModifier and TypeMethodDescriptionprotected voidEditingSupport.initializeCellEditorValue(CellEditor cellEditor, ViewerCell cell) Initialize the editor.protected voidEditingSupport.saveCellEditorValue(CellEditor cellEditor, ViewerCell cell) Save the value of the cell editor back to the model.voidColumnViewer.setCellEditors(CellEditor[] editors) Sets the cell editors of this column viewer. -
Uses of CellEditor in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type CellEditorModifier and TypeMethodDescriptionvoidCellEditorActionHandler.addCellEditor(CellEditor editor) Adds aCellEditorto the handler so that the Cut, Copy, Paste, Delete, Select All, Find, Undo, and Redo actions are redirected to it when active.voidCellEditorActionHandler.removeCellEditor(CellEditor editor) Removes aCellEditorfrom the handler so that the Cut, Copy, Paste, Delete, Select All, Find Undo, and Redo actions are no longer redirected to it. -
Uses of CellEditor in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties that return CellEditorModifier and TypeMethodDescriptionColorPropertyDescriptor.createPropertyEditor(Composite parent) TheColorPropertyDescriptorimplementation of thisIPropertyDescriptormethod creates and returns a newColorCellEditor.ComboBoxPropertyDescriptor.createPropertyEditor(Composite parent) TheComboBoxPropertyDescriptorimplementation of thisIPropertyDescriptormethod creates and returns a newComboBoxCellEditor.IPropertyDescriptor.createPropertyEditor(Composite parent) Creates and returns a new cell editor for editing this property.PropertyDescriptor.createPropertyEditor(Composite parent) ThePropertyDescriptorimplementation of thisIPropertyDescriptormethod returnsnull.TextPropertyDescriptor.createPropertyEditor(Composite parent) TheTextPropertyDescriptorimplementation of thisIPropertyDescriptormethod creates and returns a newTextCellEditor.protected CellEditorPropertyEditingSupport.getCellEditor(Object object) Return theCellEditorused to edit the property.