Uses of Class
org.forester.archaeopteryx.MainFrame
-
Packages that use MainFrame Package Description org.forester.archaeopteryx org.forester.archaeopteryx.tools -
-
Uses of MainFrame in org.forester.archaeopteryx
Subclasses of MainFrame in org.forester.archaeopteryx Modifier and Type Class Description class
MainFrameApplet
class
MainFrameApplication
Methods in org.forester.archaeopteryx that return MainFrame Modifier and Type Method Description static MainFrame
Archaeopteryx. createApplication(Phylogeny phylogeny)
static MainFrame
Archaeopteryx. createApplication(Phylogeny[] phylogenies)
static MainFrame
Archaeopteryx. createApplication(Phylogeny[] phylogenies, java.lang.String config_file_name, java.lang.String title)
static MainFrame
Archaeopteryx. createApplication(Phylogeny phylogeny, Configuration config, java.lang.String title)
static MainFrame
MainFrameApplication. createInstance(Phylogeny[] phys, Configuration config, java.lang.String title, java.io.File current_dir)
Constructors in org.forester.archaeopteryx with parameters of type MainFrame Constructor Description MainPanel(Configuration configuration, MainFrame parent)
-
Uses of MainFrame in org.forester.archaeopteryx.tools
Methods in org.forester.archaeopteryx.tools with parameters of type MainFrame Modifier and Type Method Description void
RunnableProcess. end(MainFrame mf)
void
RunnableProcess. start(MainFrame mf, java.lang.String name)
Constructors in org.forester.archaeopteryx.tools with parameters of type MainFrame Constructor Description AncestralTaxonomyInferrer(MainFrame mf, TreePanel treepanel, Phylogeny phy)
-