void setSelectionPath(TreePath path) 
          Selects the node identified by the specified path. 
 void setSelectionPaths(TreePath[] paths) 
          Selects the nodes identified by the specified array of paths. 
 void setSelectionRow(int row) 
          Selects the node at the specified row in the display. 
 void setSelectionRows(int[] rows) 
          Selects the nodes corresponding to each of the specified rows in the display.