Multi-cell editing changes between 0.9.0 and 1.0.0 [message #1061456] |
Fri, 31 May 2013 13:55  |
Eclipse User |
|
|
|
I'm working on converting from 0.9.0 to 1.0.0. The following patch of code uses API that no longer exists:
MultiCellEditDialog dialog =
new MultiCellEditDialog(parent.getShell(), cellEditor, originalCanonicalValue,
initialEditValue, allowIncrementDecrement, configRegistry,
lastSelectedCell);
int returnValue = dialog.open();
ActiveCellEditor.close();
if (returnValue == Window.OK) {
try {
Object editorValue = dialog.getEditorValue();
MultiCellEditDialog no longer exists, though it appears that CellEditDialog has support for multi-cell editing. ActiveCellEditor no longer exists. Finally, CellEditDialog doesn't have getEditorValue(), though I do see a getCommittedValue().
Does anyone have any insight or examples for how to use the new API for multi-cell editing?
Thanks.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03498 seconds