cBioPortal / mutation-mapper

GNU Lesser General Public License v3.0
13 stars 22 forks source link

refactor controllers #1

Open onursumer opened 9 years ago

onursumer commented 9 years ago

Looks like most of the mutation view controllers need to access almost all of the views and the components.

Instead of passing each instance as a separate parameter to the controller constructors, just pass the MutationDetailsView and MainMutationView instances. Every other instance can be accessed via these two.