Hi all,
  I am trying to extend TreeItem class in the package
com.google.gwt.user.client.ui. When I try to override the method
setTree(Tree tree), I observe that the children instance variable is
not accessible and some of the methods its calling on Tree instance
are package access restricted. For example, tree.adopt(child) and
tree.orphan(child). Can anyone please tell me why these functions are
having package level access?

Thanks
Ganesh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to