Hi All, One of the most frustrating thing in OO is private methods. Specially in an "open source" software, I believe there should not be private methods (or avoided, and use only for essential code- e.g. manipulating private fields). Protected methods could be used in favor of private methods, so developers could extended the class. Any chance of GWT move towards using Public/Protected methods instead of private methods?
For instance, it is almost impossible customize Trees, SuggestBox, and others. And doing a copy-and-paste for a new class, defeats the purpose of OO. Any comments? Cheers -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
