Package org.eclipse.datatools.sqltools.common.ui.tableviewer

Interface Summary
IEnhanceTableDataReadOnly For the Readonly setting for EnhancedTableViewer
IHelpConstants This file contains all the context help ID that are used by following DMP plugins: TPS_helpKey_constants_for_plug-in: org.eclipse.datatools.sqltools.common.ui.ext
 

Class Summary
AccessibleTableEditorImpl Internal accessible table viewer implementation.
AccessibleTableViewer A concrete viewer to support tab function.
CellSelection  
CopyRowAction  
CutRowAction  
EnhancedTableViewer Enhanced table view for TableView(Sorted and readonly function)
Messages  
ObjectTransfer This derived implementation of a byte array transfer short circuits the transfer process so that a local transfer does not serialize the object and hence can and will return the original object, not just a clone.
PasteRowAction  
PasteRowActionUtil A util for PasteRowAction, add postfix for pasted row to avoid duplicate name error for wizard and editor
RemoveAllRowAction  
RemoveRowAction  
TableCellEditor This TableCellEditor supports tab function.
TableCheckBoxCellEditor  
TableComboBoxCellEditor  
TableCursor A TableCursor provides a way for the user to navigate around a Table using the keyboard.
TableDataCellModifier TableDataCellModifier class to support the editing of the cell in the table
TableDataContentProvider An class to content providers for AccessibleTableViewer.
TableDataLabelProvider  
TableDataTableCursor A TableDataTableCursor provides a way for the user to navigate around a AccessibleTableViewer using the keyboard.
TableDialogCellEditor A dialog cell editor that supports tab traverse function.
Util