SWT JFace Question:
Download Questions PDF

Explain the 3 MVC framework JFace viewer?

SWT JFace Interview Question
SWT JFace Interview Question

Answer:

The JFace viewer framework is an independent module for JFace which needs some knowledge of SWT. The abstract base classes for viewers comprise the framework. The base class is the Viewer which is an extension of a structured viewer. The Viewer acts as a widget container. It is the responsibility for the content provider to respond to the various modifications to the model by informing the viewer, what to change (using add () and remove () methods).

Each viewer registers with the label provider for identifying / notifying the changes that would affect the viewers display.

Download SWT JFace Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the Java Web Start technology?Explain the 3 MVC framework JFace Text?