Bug 251958 - [Markers] [api] org.eclipse.ui.views.markers.internal.TableView as API
Summary: [Markers] [api] org.eclipse.ui.views.markers.internal.TableView as API
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4.1   Edit
Hardware: PC Windows Vista
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2008-10-23 21:25 EDT by Will Horn CLA
Modified: 2008-10-24 16:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Will Horn CLA 2008-10-23 21:25:40 EDT
I noticed the org.eclipse.ui.views.markers.internal.TableView class as part of the new Markers view infrastructure.

Are there any plans to make something like this API?  I have found there are many use cases for the same type of features (persisting column state, column level sort functionality).

The IField part is the only thing I see that is tied to markers.

I may be able to devote some time to this.
Comment 1 Chris Aniszczyk CLA 2008-10-24 10:58:06 EDT
Sounds reasonable if changes are made to the class. It looks very generic.

However, I will leave it to the experts on the Platform UI team
Comment 2 Tod Creasey CLA 2008-10-24 16:22:43 EDT
TableView is part of the old infrastructure. The new one is ExtendedMarkersView which is subclassed for your use.