git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0364f47
)
proxy interface for structure viewers that jalview works with
author
jprocter
<Jim Procter>
Tue, 29 Jun 2010 16:20:11 +0000
(16:20 +0000)
committer
jprocter
<Jim Procter>
Tue, 29 Jun 2010 16:20:11 +0000
(16:20 +0000)
src/jalview/api/SequenceStructureBinding.java
[new file with mode: 0644]
patch
|
blob
diff --git a/src/jalview/api/SequenceStructureBinding.java
b/src/jalview/api/SequenceStructureBinding.java
new file mode 100644
(file)
index 0000000..
c990f07
--- /dev/null
+++ b/
src/jalview/api/SequenceStructureBinding.java
@@ -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
+{
+
+}