GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.Tree

Packages that use Tree
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of Tree in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return Tree
 Tree TreeItem.getTree()
          Gets the tree that contains this item.
 

Methods in com.google.gwt.user.client.ui with parameters of type Tree
static void ListenerWrapper.WrappedTreeListener.add(Tree tree, TreeListener listener)
          Deprecated. will be removed in GWT 2.0 along with the listener classes
(package private)  void TreeItem.setTree(Tree newTree)
           
 


GWT 2.7.0