proxy interface for structure viewers that jalview works with
authorjprocter <Jim Procter>
Tue, 29 Jun 2010 16:20:11 +0000 (16:20 +0000)
committerjprocter <Jim Procter>
Tue, 29 Jun 2010 16:20:11 +0000 (16:20 +0000)
src/jalview/api/SequenceStructureBinding.java [new file with mode: 0644]

diff --git a/src/jalview/api/SequenceStructureBinding.java b/src/jalview/api/SequenceStructureBinding.java
new file mode 100644 (file)
index 0000000..c990f07
--- /dev/null
@@ -0,0 +1,14 @@
+/**
+ * 
+ */
+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
+{
+
+}