|
From: Peter De B. <pet...@gm...> - 2007-12-14 07:28:19
|
Jonny, Great you found some time to work on it ;-) I'm happy to see there's still interest in the community for the project, even though we haven't been very active lately. About the close and dispose methods: - dispose is a lifecycle method that can be overridden to provide extra cleanup needed when the PageComponent is being closed. - The close method is just a convenience method: it's not intended to be overridden, it should essentially just call ApplicationPage.close(this). Hope this helps, Peter On Dec 14, 2007 3:29 AM, jwray <jon...@fi...> wrote: > > > Peter, > > I've found some time to work on updating the JIDE integration code against > the current HEAD and one error I'm getting is my concrete Editor > implementation do not implement the close method from pageComponent. What > I'm wondering is what the motivation was for adding this method over the > already included and used dispose() method? For example, the > AbstractApplicationPage.close(PageComponent) method calls dispose on the > page component. > > I'd like to be consistent in the operation semantics between RCP and the > JIDE extension but I can't find anywhere that close is used and I'm > puzzled > as to its used. > > thanks, > > Jonny > -- > View this message in context: > http://www.nabble.com/close-method-in-PageComponent-tp14328984p14328984.html > Sent from the springframework-rcp-dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > |