proxy interface for structure viewers that jalview works with
[jalview.git] / src / jalview / api / SequenceStructureBinding.java
1 /**
2  * 
3  */
4 package jalview.api;
5
6 /**
7  * methods for interacting with the binding between a structure visualization and one or more Jalview views.
8  * @author JimP
9  * prototype class - this may disappear !
10  */
11 public interface SequenceStructureBinding
12 {
13
14 }