SWT JFace Question:
Download Questions PDF

Explain the 3 MVC framework JFace Text?

SWT JFace Interview Question
SWT JFace Interview Question

Answer:

The JFace text provides a framework for the creation and manipulation of text documents. IDocument is the major abstraction for the text model. The content management, position management using portion categories, document partition management, and change notification is provided by this text model.

The changes / notifications are identified by mandatorily implementing the IDocumentListener and registering with the document. The position and partition updating actions are implemented by using IDocumentPositionUpdater and IDocumentPartitioner.

Download SWT JFace Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the 3 MVC framework JFace viewer?Explain the steps used to deploy SWT/JFace-based application with Java Web Start?