JAL-1445 expose columnSelection setter.
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 17 Feb 2014 18:11:35 +0000 (18:11 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 17 Feb 2014 18:11:35 +0000 (18:11 +0000)
src/jalview/api/AlignViewportI.java

index 368725f..4f78145 100644 (file)
@@ -184,5 +184,7 @@ public interface AlignViewportI
 
   char getGapCharacter();
 
+  void setColumnSelection(ColumnSelection cs);
+
 
 }