Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.jface.viewers.CellEditor

Packages that use CellEditor
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.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.views.properties 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 with parameters of type CellEditor
static  EditingSupport ObservableValueEditingSupport. create ( ColumnViewer viewer, DataBindingContext dbc, CellEditor cellEditor, org.eclipse.core.databinding.property.value.IValueProperty cellEditorProperty, org.eclipse.core.databinding.property.value.IValueProperty elementProperty)
          Returns an ObservableValueEditingSupport instance which binds the given cell editor property to the given element property.
protected abstract   IObservableValue ObservableValueEditingSupport. doCreateCellEditorObservable ( CellEditor cellEditor)
          Creates the observable value for the CellEditor.
protected  void ObservableValueEditingSupport. initializeCellEditorValue ( CellEditor cellEditor, ViewerCell cell)
          Creates a Binding between the editor and the element to be edited.
protected  void ObservableValueEditingSupport. saveCellEditorValue ( CellEditor cellEditor, ViewerCell cell)
          Updates the model from the target.
 

Uses of CellEditor in org.eclipse.jface.viewers
 

Subclasses of CellEditor in org.eclipse.jface.viewers
 class CheckboxCellEditor
          A cell editor that manages a checkbox.
 class ColorCellEditor
          A cell editor that manages a color field.
 class ComboBoxCellEditor
          A cell editor that presents a list of items in a combo box.
 class ComboBoxViewerCellEditor
          A cell editor that presents a list of items in a combo box.
 class DialogCellEditor
          An abstract cell editor that uses a dialog.
 class TextCellEditor
          A cell editor that manages a text entry field.
 

Methods in org.eclipse.jface.viewers that return CellEditor
protected abstract   CellEditor EditingSupport. getCellEditor ( Object element)
          The editor to be shown
  CellEditor[] TableTreeViewer. getCellEditors ()
          Deprecated. Returns the cell editors of this viewer.
  CellEditor[] ColumnViewer. getCellEditors ()
          Return the CellEditors for the receiver, or null if no cell editors are set.
 

Methods in org.eclipse.jface.viewers with parameters of type CellEditor
protected  void EditingSupport. initializeCellEditorValue ( CellEditor cellEditor, ViewerCell cell)
          Initialize the editor.
protected  void EditingSupport. saveCellEditorValue ( CellEditor cellEditor, ViewerCell cell)
          Save the value of the cell editor back to the model.
 void TableTreeViewer. setCellEditors ( CellEditor[] editors)
          Deprecated. Sets the cell editors of this table viewer.
 void ColumnViewer. 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 CellEditor
 void CellEditorActionHandler. addCellEditor ( CellEditor editor)
          Adds a CellEditor to the handler so that the Cut, Copy, Paste, Delete, Select All, Find, Undo, and Redo actions are redirected to it when active.
 void CellEditorActionHandler. removeCellEditor ( CellEditor editor)
          Removes a CellEditor from 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 CellEditor
  CellEditor IPropertyDescriptor. createPropertyEditor ( Composite parent)
          Creates and returns a new cell editor for editing this property.
  CellEditor ColorPropertyDescriptor. createPropertyEditor ( Composite parent)
          The ColorPropertyDescriptor implementation of this IPropertyDescriptor method creates and returns a new ColorCellEditor.
  CellEditor TextPropertyDescriptor. createPropertyEditor ( Composite parent)
          The TextPropertyDescriptor implementation of this IPropertyDescriptor method creates and returns a new TextCellEditor.
  CellEditor ComboBoxPropertyDescriptor. createPropertyEditor ( Composite parent)
          The ComboBoxPropertyDescriptor implementation of this IPropertyDescriptor method creates and returns a new ComboBoxCellEditor.
  CellEditor PropertyDescriptor. createPropertyEditor ( Composite parent)
          The PropertyDescriptor implementation of this IPropertyDescriptor method returns null.
protected   CellEditor PropertyEditingSupport. getCellEditor ( Object object)
           
  CellEditor PropertySheetEntry. getEditor ( Composite parent)
           
  CellEditor IPropertySheetEntry. getEditor ( Composite parent)
          Return the CellEditor used to edit the property.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire