Community
Participate
Working Groups
* IBM Corporation - initial API and implementation
* Tom Schindl <tom.schindl@bestsolution.at> - concept of ViewerRow,
* fix for 159597, refactoring (bug 153993),
* widget-independency (bug 154329)
* widget-independency (bug 154329), fix for 187826
*******************************************************************************/
package org.eclipse.jface.viewers;
boolean reveal) {
if (isBusy())
return;
if( isCellEditorActive() ) {
cancelEditing();
}
preservingSelection(new Runnable() {
public void run() {
internalRefresh(element, updateLabels);
* Contributors:
* Tom Schindl <tom.schindl@bestsolution.at> - initial API and implementation; bug 153993
* fix in bug 163317, 151295, 167323, 167858, 184346
* fix in bug 163317, 151295, 167323, 167858, 184346, 187826
public void refresh(Object element) {
super.refresh(element);
public void refresh(Object element, boolean updateLabels) {
super.refresh(element, updateLabels);