[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: TableViewerColumn with 2 EditingSupport

AJ wrote:
Derek,

That actually may be a good work-around. Do you know if there is any snippet of a TableViewerColumn with a DialogCellEditor?

There isn't one on the JFace snippets page, but it is pretty easy to subclass DialogCellEditor and then specify that in your EditingSupport class (if using the new 3.3 table editing APIs - see http://wiki.eclipse.org/index.php/JFaceSnippets#Snippet024TableViewerExploreNewAPI).


Hope this helps,
	Eric