Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Viewer.refresh and lock/unlock
Viewer.refresh and lock/unlock [message #51380] Wed, 28 May 2003 09:31
Eclipse UserFriend
Originally posted by: scheglov_ke.nlmk.ru

Does lock/unlock in this code reduces flickering, or it is
same, as without lock/unlock?
public void refresh() {
m_Viewer.getControl().setRedraw(false);
m_Viewer.refresh();
m_Viewer.getControl().setRedraw(true);
}
I can not notice any difference (i.e. it flickers), but may be it is?
Viewer here is TableViewer and TableTreeViewer.


--
SY, Konstantin.
Previous Topic:[TableCellModifier] updating data
Next Topic:Running a plugin that requires classes from another project
Goto Forum:
  


Current Time: Fri Oct 18 02:51:51 GMT 2024

Powered by FUDForum. Page generated in 0.02778 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top