3 import jalview.datamodel.AlignmentI;
6 * Describes a visual container that can show two alignments.
11 public interface SplitContainerI
15 * Set visibility of the specified split view component.
20 // TODO need an interface for AlignFrame?
21 void setComplementVisible(Object alignFrame, boolean show);
24 * Returns the alignment that is complementary to the one in the given
25 * AlignFrame, or null.
27 AlignmentI getComplement(Object af);
30 * Returns the frame title for the alignment that is complementary to the one
31 * in the given AlignFrame, or null.
36 String getComplementTitle(Object af);