Home / Development / Documentation / 2.0.44 / TreeSelector
TreeGraph 2
 


info.bioinfweb.treegraph.document.io
Interface TreeSelector

All Known Implementing Classes:
DefaultTreeSelector, TreeSelectionDialog

public interface TreeSelector

Classes implementing this interface allow a reader class to select a tree to be imported if several trees are contained in a file.

Author:
Ben Stöver

Method Summary
 int select(String[] names, Tree[] trees)
           
 

Method Detail

select

int select(String[] names,
           Tree[] trees)