SWT JFace Question:

Explain the 3 MVC framework JFace Text?

Tweet Share WhatsApp

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 PDF Read All 14 SWT JFace Questions
Previous QuestionNext Question
Explain the 3 MVC framework JFace viewer?Explain the steps used to deploy SWT/JFace-based application with Java Web Start?