Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 311086

Summary: Add interfaces to the Table Data Editor so it can be overridden
Product: [Tools] Data Tools Reporter: Brian Payton <bpayton>
Component: Table Data EditorAssignee: Brian Payton <bpayton>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.8   
Target Milestone: 1.8   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch for o.e.d.sqltools.data.core and o.e.d.sqltools.data.ui none

Description Brian Payton CLA 2010-04-29 14:39:23 EDT
Need to add interfaces to the Table Data editor plugins (o.e.d.sqltools.data.core and o.e.d.sqltools.data.ui) so that the Table Data editor is specified by an interface (ITableDataEditor) with a default implementation (TableDataEditor).  This enables the Table Data editor to be overridden or replaced.
Comment 1 Brian Payton CLA 2010-04-29 14:56:10 EDT
Created attachment 166550 [details]
Patch for o.e.d.sqltools.data.core and o.e.d.sqltools.data.ui
Comment 2 Brian Payton CLA 2010-04-29 16:00:45 EDT
Checked in patch, tagged to v201004300300.