JAL-2664 Updates following review
[jalview.git] / src / jalview / datamodel / AllRowsCollection.java
index 502ace4..c52cebf 100644 (file)
@@ -59,5 +59,11 @@ public class AllRowsCollection implements AlignmentRowsCollectionI
   {
     return alignment.getSequenceAtAbsoluteIndex(seq);
   }
+
+  @Override
+  public boolean hasHidden()
+  {
+    return (hidden.getSize() > 0);
+  }
 }