X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FAlignmentRowsCollectionI.java;fp=src%2Fjalview%2Fapi%2FAlignmentRowsCollectionI.java;h=fbf6cebb6d2dfe39397ee08da534875ad3f1249c;hb=72cf0003490f887c3bc8fe0dfea8ac9d48c53eed;hp=24affc584e87129b56022701ece072b80c446a67;hpb=78747ed6d00faabd0dddb8562bdefaf31c4bea4f;p=jalview.git diff --git a/src/jalview/api/AlignmentRowsCollectionI.java b/src/jalview/api/AlignmentRowsCollectionI.java index 24affc5..fbf6ceb 100644 --- a/src/jalview/api/AlignmentRowsCollectionI.java +++ b/src/jalview/api/AlignmentRowsCollectionI.java @@ -34,6 +34,13 @@ public interface AlignmentRowsCollectionI extends Iterable public boolean isHidden(int r); /** + * Answers if any row in this collection is hidden + * + * @return true if there is at least 1 hidden row + */ + public boolean hasHidden(); + + /** * Answers the sequence at the given position in the alignment * * @param r