| Summary: | [Table] INatTableWidget2 should provide a method deleteRows(List<EObject> elements) | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Vincent Lorenzo <vincent.lorenzo> |
| Component: | EMF-Facet | Assignee: | Vincent Lorenzo <vincent.lorenzo> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 | CC: | emft.facet-inbox, gdupe, nicolas.bros |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 339650 | ||
| Attachments: | |||
|
Description
Vincent Lorenzo
Created attachment 195603 [details]
Add the method deleteRows(List<EObject> elements) to INatTableWidget2
(1) I, Vincent Lorenzo, wrote 100% of the code I've provided.
(2) This code contains no cryptography
(3) I have the right to contribute the code to Eclipse.
(4) I contribute the content under the EPL.
Created attachment 196201 [details]
This patch provides the methods removeRows(List elements) and the JUnit test for the new method
(1) I, Vincent Lorenzo, wrote 100% of the code I've provided.
(2) This code contains no cryptography
(3) I have the right to contribute the code to Eclipse.
(4) I contribute the content under the EPL.
I think this patch won't be commited for the Indigo Release, because it modify the API.
Comment on attachment 196201 [details] This patch provides the methods removeRows(List elements) and the JUnit test for the new method Hello Vincent, Please, wait the commit of a patch before to add an iplog+. The iplog flag is used to compute the IP log (http://www.eclipse.org/projects/ip_log.php?projectid=modeling.emft.emf-facet) which has to log the committed contribution. Regards, Gregoire Dupe (In reply to comment #2) > I think this patch won't be commited for the Indigo Release, because it modify > the API. I agree with you, we will have to wait the version 0.2.0 to get this new API. Regards, Gregoire Dupe |