User Tools

Site Tools


ptidej_ui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ptidej_ui [2018/03/04 02:53]
ptidej_ui [2019/10/06 20:37] (current)
Line 1: Line 1:
 +====== Ptidej UI ======
  
 +The Ptidej Tool Suite includes a graphic framework to build different types of viewers. The viewers are independent of the underlying graphic frameworks, be there AWT or SWT. In the ''​Ptidej UI''​ project are all the interfaces and classes allowing the viewers to be independent of the graphic framework and to put in one place most of the common code. (There is still duplicated code here and there, it should disappear as time goes by...)
 +
 +In the ''​Ptidej UI''​ project are :
 +
 +    * The interface ''​ptidej.ui.IDrawable''​ that any graphical objects must implement.
 +
 +    * The class ''​ptidej.ui.canvas.Canvas''​ that implements a graphic framework-independent canvas.
 +
 +    * The class ''​ptidej.ui.kernel.builder.Builder''​ that provides a default implementation of the builder to create a graphic model from a PADL model. This class can be sub-classed by other implementations to fine-tune the graphic model and to handle new constituents. A typical example is the builder defined in ''​[[Ptidej UI Analyses]]''​ to colour constituents that have been removed between two models.
 +
 +    * The package ''​ptidej.ui.kernel''​ that provides a set of graphic objects that matches the constituents of any PADL models.
 +
 +    * The package ''​ptidej.ui.occurrence''​ that provides a default implementation of the graphic objects to display occurrences of motifs (any motifs!).