package jalview.ext.forester.io; import javax.swing.JInternalFrame; public interface ExternalTreeParserI { public F loadTree(); }