Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] AbstractTableViewer virtualSetSelectionToWidget()

Why does AbstractTableViewer.virtualSetSelectionToWidget() call doGetItem()? This causes the table item to be loaded if it does not exist and seems to defeat the purpose of a virtual selection. I figure I'm missing some important technical detail here. We really need virtual selection to be virtual. https://bugs.eclipse.org/bugs/show_bug.cgi?id=246417

Bryan


Back to the top