|
From: jwray <jon...@fi...> - 2007-12-14 02:29:10
|
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. |