InterviewSolution
Saved Bookmarks
| 1. |
Explain The 3 Mvc Framework Jface Text? |
|
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 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. |
|