Implementing a Representation Model
This chapter describes how to implement a representation model. It is divided into three sections:
-
Principle introduces the generic representation protocol used by Server to handle the interactions between a server and its components.
-
Implementing a Tree Representation Model describes the graphic classes and bridge classes involved in a tree-oriented representation model and explains how the server and components are updated.
-
Implementing a Table Representation Model describes the graphic classes and bridge classes involved in a table-oriented representation model and explains how the server and components are updated.