Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How to be notified about a painting completion?
How to be notified about a painting completion? [message #1258266] Thu, 27 February 2014 08:14
Denis Aristov is currently offline Denis AristovFriend
Messages: 15
Registered: March 2013
Location: Moscow
Junior Member
Hi all,

Does anyone know how to be notified about when
void org.eclipse.draw2d.UpdateManager.paint(GC gc) {
	performUpdate(new Rectangle(gc.getClipping()));
}

is executed?
org.eclipse.draw2d.DeferredUpdateManager.performUpdate(new Rectangle(gc.getClipping()))
works asynchronously.

I looked at
org.eclipse.draw2d.UpdateListener
but it doesn't have a method which notifies about a painting completion.

Thanks in advance.
Previous Topic:error 404 for downloading Graphical Editing Framework (GEF)
Next Topic:Help! how dose child move between different parent?
Goto Forum:
  


Current Time: Wed Apr 24 22:41:21 GMT 2024

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

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

Back to the top