package jalview.api; /** * Interface implemented by gui implementations managing a Jalview Alignment View * @author jimp * */ public interface AlignViewControllerGuiI { /** * display the given string in the GUI's status bar * @param string */ void setStatus(String string); }