Uses of Class
jebl.gui.trees.treeviewer.TreeViewer.SearchType

Packages that use TreeViewer.SearchType
jebl.gui.trees.treeviewer   
 

Uses of TreeViewer.SearchType in jebl.gui.trees.treeviewer
 

Methods in jebl.gui.trees.treeviewer that return TreeViewer.SearchType
static TreeViewer.SearchType TreeViewer.SearchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TreeViewer.SearchType[] TreeViewer.SearchType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jebl.gui.trees.treeviewer with parameters of type TreeViewer.SearchType
 void TreeViewer.selectNodes(String attribute, TreeViewer.SearchType searchType, String searchString, boolean caseSensitive)
           
 void TreeViewer.selectTaxa(TreeViewer.SearchType searchType, String searchString, boolean caseSensitive)