Is there any API in Eclipse that tells the current usage of system
handles? Our application contains very complext SWT editors that consume
lots of handles. As a result, we are running out of handles from time to
time and Eclipse just shuts down without any warning or giving the user
an chance to save the work. We've tried to dispose stuff whenever they
are not used.