1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 23:05:47 +02:00

Documentation

This commit is contained in:
John Cortell 2010-10-21 18:40:33 +00:00
parent 04a623ab67
commit 679e9ce2f9

View file

@ -46,7 +46,14 @@ public class DisplayDsfExecutor extends DefaultDsfExecutor
/**
* Factory method for display executors.
* @param display Display to create an executor for.
*
* <p>
* Call this from the GUI thread unless you are certain an instance has
* already been created for the given display (creation of new instance will
* fail on a non-GUI thread).
*
* @param display
* Display to create an executor for.
* @return The new (or re-used) executor.
*/
public static DisplayDsfExecutor getDisplayDsfExecutor(Display display) {