JAL-2388 Hidden cols separated from column selection (almost complete)
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 2abb1f8..2e61f9d 100755 (executable)
@@ -358,6 +358,8 @@ public interface AlignmentI extends AnnotatedCollectionI
 
   HiddenSequences getHiddenSequences();
 
+  HiddenColumns getHiddenColumns();
+
   /**
    * Compact representation of alignment
    * 
@@ -587,4 +589,6 @@ public interface AlignmentI extends AnnotatedCollectionI
    */
   public int[] getVisibleStartAndEndIndex(List<int[]> hiddenCols);
 
+  public void setHiddenColumns(HiddenColumns cols);
+
 }