Package org.eclipse.emf.common.ui.celleditor

This provides generally reusable celleditor support for the Eclipse UI. See:
          Description

Class Summary
BasicTableEditor The base class for implementing single-column and multi-column table editing.
ExtendedComboBoxCellEditor This uses a list of objects and a label provider to build a combo box based on model objects rather than on strings.
ExtendedDialogCellEditor This uses a label provider to display a dialog cell editor.
ExtendedTableEditor Deprecated. Use SingleColumnTableEditor or MultiColumnTableEditor.
ExtendedTableTreeEditor Deprecated.  
ExtendedTreeEditor This base class for implementing a TreeEditor calls ExtendedTreeEditor.editItem(org.eclipse.swt.widgets.TreeItem) when the cell editor potentially needs to be activated.
MultiColumnTableEditor An abstract base class for implementing table editing where multiple columns (all by default) are editable.
SingleColumnTableEditor An abstract base class for implementing table editing where only a single column is editable.
 

Package org.eclipse.emf.common.ui.celleditor Description

This provides generally reusable celleditor support for the Eclipse UI.


Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.