Uses of Interface
org.eclipse.datatools.sqltools.data.internal.ui.editor.ITableDataEditor

Packages that use ITableDataEditor
org.eclipse.datatools.sqltools.data.internal.ui   
org.eclipse.datatools.sqltools.data.internal.ui.editor   
 

Uses of ITableDataEditor in org.eclipse.datatools.sqltools.data.internal.ui
 

Methods in org.eclipse.datatools.sqltools.data.internal.ui with parameters of type ITableDataEditor
 IExternalTableDataEditor DataUIPlugin.newExternalTableDataCellEditor(ITableDataEditor editor, int columnIndex)
          returns the best matching IExternalTableDataEditor or null.
 

Uses of ITableDataEditor in org.eclipse.datatools.sqltools.data.internal.ui.editor
 

Classes in org.eclipse.datatools.sqltools.data.internal.ui.editor that implement ITableDataEditor
 class TableDataEditor
          This editor allows borwsing and editing the data stored in a SQL table.
 

Methods in org.eclipse.datatools.sqltools.data.internal.ui.editor that return ITableDataEditor
 ITableDataEditor TableDataCell.getEditor()
           
 

Methods in org.eclipse.datatools.sqltools.data.internal.ui.editor with parameters of type ITableDataEditor
 void IExternalTableDataEditor.externalEdit(ITableDataEditor editor)
          externalEdit() passes the TableDataEditor to the IExternalTableDataEditor in order to allow full access to both model and ui components.
 void DefaultExternalTableDataWizard.externalEdit(ITableDataEditor editor)
          initializes the wizard and opens the wizard dialog
 void DefaultExternalTableDataWizardPage.init(ITableDataEditor editor)
           
 

Constructors in org.eclipse.datatools.sqltools.data.internal.ui.editor with parameters of type ITableDataEditor
TableDataCell(ITableDataEditor editor, java.lang.Object row, int col)
           
TableDataCellEditor(ITableDataEditor editor, org.eclipse.swt.widgets.Composite parent)
           
TableDataCellModifier(ITableDataEditor editor, org.eclipse.jface.viewers.TableViewer viewer)
           
TableDataEditorSelectionProvider(ITableDataEditor editor)
           
TableDataTableCursorExternalEditingSupport(org.eclipse.jface.viewers.TableViewer tableViewer, ITableDataEditor editor)