|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.corona.ui.tools.TableViewerRefresher
public class TableViewerRefresher
The class refreshes an instance of TableViewer no matter which thread wants to do it. Normally only display thread can do it.
Constructor Summary | |
---|---|
TableViewerRefresher(org.eclipse.jface.viewers.TableViewer tableViewer)
|
Method Summary | |
---|---|
void |
refreshTable(boolean withLabels)
Methods invoked to notify that table needs to be refreshed. |
void |
run()
Does the refresh; it is called form Display.syncExec(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableViewerRefresher(org.eclipse.jface.viewers.TableViewer tableViewer)
Method Detail |
---|
public void refreshTable(boolean withLabels)
withLabels
- If true labels in existing rows
will be also refreshed; if false they will be
left as they are.public void run()
run
in interface java.lang.Runnable
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |