How to access UI objects from a non-ui thread?
Submitted by: AdministratorUse Display.getDefault().asyncExec(new Runnable()...) Display.asyncExec causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity. The caller of this method continues to run in parallel, and is not notified when the runnable has completed.
Submitted by: Administrator
Submitted by: Administrator
Read Online Eclipse Job Interview Questions And Answers
Top Eclipse Questions
| ☺ | What is EMF? |
| ☺ | When does a plugin get started? |
| ☺ | How to access UI objects from a non-ui thread? |
| ☺ | What are the differences between Require-Bundle and Import-Package? |
| ☺ | What is included in the Rich Client Platform? |
Top Java Programming Language Categories
| ☺ | Core Java Interview Questions. |
| ☺ | Hibernate Interview Questions. |
| ☺ | Advanced Java Interview Questions. |
| ☺ | IBM WebSphere Interview Questions. |
| ☺ | Spring Framework Interview Questions. |
