/** * */ package jalview.api; /** * methods for interacting with the binding between a structure visualization and one or more Jalview views. * @author JimP * prototype class - this may disappear ! */ public interface SequenceStructureBinding { // todo: decide what this really means - we could return a reference to the alignment/jmol binding, or some other binding. }