prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
620 stars 121 forks source link

Refactor access to viewing logic #466

Closed prmr closed 2 years ago

prmr commented 2 years ago

The various accesses to objects in charge of viewing diagrams and diagram elements is getting unprincipled due to the growing number of per-diagram special cases and optimizations. This should be collected under a single facade.